[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The following tables list the members exposed by the IObjectMarshaller type.

Public Methods

  NameDescription
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.