db4o

IObjectMarshaller.MarshalledFieldLength Method 

return the length the marshalled fields will occupy in the slot byte[].

int MarshalledFieldLength();

Return Value

the marshalled length of the fields.

Remarks

return the length the marshalled fields will occupy in the slot byte[]. You may not write beyond this offset when you store fields.

See Also

IObjectMarshaller Interface | Db4objects.Db4o.Config Namespace