Name
Serialization -- Object serialization protocol.
Description
Object serialization protocol.
Protocols adopted by Serialization
None
Methods
Phase: Creating
-
lispInCreate: expr Process keyword parameters in expression in order to get create-time parameters.
-
hdf5InCreate: (id <HDF5>)
hdf5Obj Process HDF5 object to set create-time parameters.
Phase: Setting
-
lispIn: expr Process an archived Lisp representation of object state from a list of instance variable name / value pairs.
-
hdf5In: (id <HDF5>)
hdf5Obj Load instance variables from an HDF5 object.
Phase: Using
-
lispOutShallow: stream Output a shallow Lisp representation of object state to a stream.
-
lispOutDeep: stream Output a deep Lisp representation of object state to a stream.
-
lispOutVars: stream deep: (BOOL)
deepFlag Output just key/variable pairs, where variables are serialized deep or shallow per deepFlag.
-
hdf5OutShallow: (id <HDF5>)
hdf5obj Output a shallow HDF5 representation of object state to a stream.
-
hdf5OutDeep: (id <HDF5>)
hdf5obj Output a deep HDF5 representation of object state to a stream.
-
updateArchiver: archiver