Hello: I'm trying to persist data froma Dictionary so it can be reconstructed later. Which are my options for object serialization in Pharo???
This is a Seaside link, but most solutions are also for Pharo: http://www.seaside.st/documentation/persistence For example: http://www.seaside.st/documentation/persistence#209322156 http://www.seaside.st/documentation/persistence#208625885 So...you can serialize to XML using SIXX. To binary using ReferenceStream, SmartRefStream or even ImageSegment. There may be more I am not aware of. Cheers Mariano 2010/4/9 Yoandy RodrÃguez MartÃnez <yrodriguezma@uci.cu>
Hello: I'm trying to persist data froma Dictionary so it can be reconstructed later. Which are my options for object serialization in Pharo???
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
participants (2)
-
Mariano Martinez Peck -
Yoandy RodrÃguez MartÃnez