IObjectMarshaller.WriteFields Method
implement to write the values of fields to a byte[] when an object gets stored.
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