db4o

IObjectMarshaller.WriteFields Method 

implement to write the values of fields to a byte[] when an object gets stored.

void WriteFields(
   object obj,
   byte[] slot,
   int offset
);

Parameters

obj
the object that is stored
slot
the byte[] where the fields are to be written
offset
the offset position in the byte[] where the first field value can be written

Remarks

implement to write the values of fields to a byte[] when an object gets stored.

See Also

IObjectMarshaller Interface | Db4objects.Db4o.Config Namespace