Saturday, August 7, 2010

Marshaling class instances

I need to Marshal and unMarshal an instance of a Class to transport that instance across ruby instances for my cloud project. For now I will just save to a file and reload the Class instance.

I figure it ain't so hard given all the caching persistence libraries out there.

No comments:

Post a Comment