db4o

IObjectMarshaller.ReadFields Method 

implement to read the values of fields from a byte[] and to set them on an object when the object gets instantiated

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

Parameters

obj
the object that is instantiated
slot
the byte[] where the fields are to be read from
offset
the offset position in the byte[] where the first field value is to be read from

See Also

IObjectMarshaller Interface | Db4objects.Db4o.Config Namespace