db4o

IObjectMarshaller Methods

The methods of the IObjectMarshaller interface are listed below. For a complete list of IObjectMarshaller interface members, see the IObjectMarshaller Members topic.

Public Instance Methods

MarshalledFieldLength return the length the marshalled fields will occupy in the slot byte[].
ReadFields implement to read the values of fields from a byte[] and to set them on an object when the object gets instantiated
WriteFields implement to write the values of fields to a byte[] when an object gets stored.

See Also

IObjectMarshaller Interface | Db4objects.Db4o.Config Namespace