The following tables list the members exposed by IEncodeable.
Name | Description | |
---|---|---|
![]() | BinaryEncodingId | Returns the UA type identifier for the default binary encoding for the type. |
![]() | TypeId | Returns the UA type identifier for the encodable type. |
![]() | XmlEncodingId | Returns the UA type identifier for the default XML encoding for the type. |
Name | Description | |
---|---|---|
![]() | Decode | Decodes the object from a stream. |
![]() | Encode | Encodes the object in a stream. |
![]() | IsEqual | Checks if the value is equal to the another encodeable object. |