DOFObjectIDDomaincreate Method (DOFMarshalContext, Object, DOFPacket)OpenDOF Object Access Library
Create a DOFObjectID.Domain from serial form.

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

C#
public static DOFObjectIDDomain create(
	DOFMarshalContext context,
	Object state,
	DOFPacket packet
)

Parameters

context
Type: org.opendof.core.oalDOFMarshalContext
The context of the unmarshalling to be performed.
state
Type: SystemObject
The state in which the unmarshalling is done. This may affect the result.
packet
Type: org.opendof.core.oalDOFPacket
The buffer which contains the serialized form of the object. Must not be null.

Return Value

Type: DOFObjectIDDomain
The DOFObjectID.Domain instance.
Exceptions

ExceptionCondition
DOFMarshalExceptionIf there are errors in the data or the buffer.
DOFMarshalException
Remarks

Create a DOFObjectID.Domain from serial form.
See Also

Reference

org.opendof.core.internal_Renamed.protocol.Marshallable