DOFInterfacemarshal Method OpenDOF Object Access Library
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(
	DOFMarshalContext context,
	Object state,
	DOFPacket p
)

Parameters

context
Type: org.opendof.core.oalDOFMarshalContext
The context for this set of related types.
state
Type: SystemObject
The state of the object. Not applicable to this class.
p
Type: org.opendof.core.oalDOFPacket
The packet to write the type to.
Exceptions

ExceptionCondition
DOFMarshalExceptionIf the type is not supported.
DOFMarshalException
Remarks

Marshal, or output a binary representation of this type, into the specified packet.
See Also

Reference