Marshal, or output a binary representation of this type, into the
specified packet.
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 for this set of related types. - packet
- Type: org.opendof.core.oalDOFPacket
The packet to write the type to.
Exceptions
Exception | Condition |
---|---|
DOFMarshalException | If the type is not supported. |
DOFMarshalException |
Remarks
See Also