swarm.defobj
Interface SerializationS


public abstract interface SerializationS

Object serialization protocol.. Object serialization protocol.


Method Summary
 Object hdf5In(HDF5Impl hdf5Obj)
          Load instance variables from an HDF5 object.
 Object lispIn(Object expr)
          Process an archived Lisp representation of object state from a list of instance variable name / value pairs.
 

Method Detail

lispIn

public Object lispIn(Object expr)
Process an archived Lisp representation of object state from a list of instance variable name / value pairs.

hdf5In

public Object hdf5In(HDF5Impl hdf5Obj)
Load instance variables from an HDF5 object.