Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Ma object serialization
Last updated at 11:03 pm UTC on 29 December 2005
Squeak provides several ways to serialize objects. Ma object serialization offers access to the objects in their serialized state via a domain of first-class "Buffers". MaSerializedGraphBuffer encapsulates a single ByteArray to efficiently enumerate each MaObjectBuffer, a description of a single object, in the graph.

These features are essential for the Magma object-database as well as the Ma client server framework.