Create an instance from marshaled form.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFMarshalContext context, Object state, DOFPacket p )
Parameters
- context
- Type: org.opendof.core.oalDOFMarshalContext
The context of the unmarshaling to be performed. - state
- Type: SystemObject
The state in which the unmarshaling is done. This parameter is currently ignored. - p
- Type: org.opendof.core.oalDOFPacket
The buffer which contains the serialized form of the object. Must not be null.
Exceptions
Exception | Condition |
---|---|
DOFMarshalException | If there are errors in the data or the buffer. This is an exception to the rule that non-RuntimeExceptions not be thrown from a constructor. |
Remarks
See Also
Reference
org.opendof.core.internal_Renamed.protocol.Marshallable