Create an instance from serialized form.
non-RuntimeExceptions not be thrown from a constructor.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFArray( DOFArrayType type, DOFPacket packet )
Parameters
- type
- Type: org.opendof.core.oal.valueDOFArrayType
The type definition of the elements of the array. Must not be null. - packet
- Type: org.opendof.core.oalDOFPacket
The buffer which contains the serialized form of the object. Must not be null.
See Also
Reference
[!:org.opendof.core.protocol.Marshallable]