DOFTypeContextmarshal Method (DOFPacket)OpenDOF Object Access Library
Write the context to the specified packet.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void marshal(
	DOFPacket packet
)

Parameters

packet
Type: org.opendof.core.oalDOFPacket
The packet to write the context to.
Exceptions

ExceptionCondition
DOFMarshalExceptionThrown if the context cannot be written.
DOFMarshalException
Remarks

Write the context to the specified packet.

There are two complications with this routine: 1) the list of types may not be complete because of subtypes that have not been added; and 2) the types need to be written backwards.

See Also

Reference