NAME Persistent


DESCRIPTION

Routines to make an object persistent. All that has to happen is to keep the 'local' instance values in a 'value' field. Then this class will make the resulting object persistent.


METHODS

value()

Return the value.

swizzle(string b, integer index)

Swizzle a stored value

fromBytes(string b)

Construct a new object from a byte image.

toBytes()

Generate a byte image of this object