I'm using REXML for ruby serialization.
Is there a way for me to just call a method to dump the object to XML, and then call another method to load the XML data into a Ruby object?
For example, the Ox
gem supports save
and parse_obj
methods to quickly dump and load objects.