Construct a builder from its serialized byte array form.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFInterfaceID iid, byte[] data )
Parameters
- iid
- Type: org.opendof.core.oalDOFInterfaceID
The interface identifier. This may be null, but passing null will create an invalid interface definition. This can be done temporarily if another DOFInterface will be created later using the same raw data but after the interface identifier is known. - data
- Type: SystemByte
The serialized data. This must not be null.
Exceptions
Exception | Condition |
---|---|
Exception | On illegal arguments. |
Remarks
See Also