Marshal the binary representation of this item into the specified
buffer beginning at the specified offset.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual void marshal( DOFTypeContext context, DOFPacket packet )
Parameters
- context
- Type: org.opendof.core.oalDOFTypeContext
The context that all types should be written with. - packet
- Type: org.opendof.core.oalDOFPacket
The packet to write into.
Exceptions
Exception | Condition |
---|---|
DOFMarshalException | If marshaling fails. |
DOFMarshalException |
Remarks
See Also