aetherknight / recursive-open-struct

OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs
Other
276 stars 54 forks source link

Save info when dumped and loaded by Marshal #72

Closed wildmaples closed 4 months ago

wildmaples commented 1 year ago

Previously, ROS did not play well when being dump and loaded with Marshal because the options from ROS did not translate through the serialization. This change saves the information through marshal_dump and then reassigns the information to ROS instance when the object is loaded.

(ideally) Fix: https://github.com/aetherknight/recursive-open-struct/issues/71

wildmaples commented 4 months ago

Closing due to repo's inactivity