[Newbies] Serialize domain model

Damien Cassou damien.cassou at laposte.net
Thu Aug 17 05:22:55 UTC 2006


ernst wrote:
> Is there an equivalent to VisualWorks Binary Object Storage System (BOSS) in
> Squeak? (BOSS can write out the complete object graph to a file and create
> it again from the file.)
> Thanks
> Ernst

Hi,

have a look at this class: RWBinaryOrTextStream

You can then use #nextPut: to write and #next: to read.

Just ask if you want more information


Bye


More information about the Beginners mailing list