|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDecoder | |
|---|---|
| org.opcfoundation.ua.encoding.binary | The implementation of binary serialization |
| org.opcfoundation.ua.encoding.utils | Utility classes for encoding |
| org.opcfoundation.ua.encoding.xml | The implementation of xml serialization. |
| Uses of IDecoder in org.opcfoundation.ua.encoding.binary |
|---|
| Classes in org.opcfoundation.ua.encoding.binary that implement IDecoder | |
|---|---|
class |
BinaryDecoder
Decodes builtinTypes, structures, enumerations and messages from byte buffer |
| Methods in org.opcfoundation.ua.encoding.binary with parameters of type IDecoder | |
|---|---|
IEncodeable |
IEncodeableSerializer.getEncodeable(Class<? extends IEncodeable> clazz,
IDecoder decoder)
Deserialize an object from a binary stream. |
IEncodeable |
EncodeableReflectionSerializer.getEncodeable(Class<? extends IEncodeable> clazz,
IDecoder decoder)
Deserialize an object from a binary stream. |
| Uses of IDecoder in org.opcfoundation.ua.encoding.utils |
|---|
| Methods in org.opcfoundation.ua.encoding.utils with parameters of type IDecoder | |
|---|---|
IEncodeable |
SerializerComposition.getEncodeable(Class<? extends IEncodeable> clazz,
IDecoder decoder)
Deserialize an object from a binary stream. |
IEncodeable |
AbstractSerializer.getEncodeable(Class<? extends IEncodeable> clazz,
IDecoder decoder)
Deserialize an object from a binary stream. |
abstract IEncodeable |
AbstractSerializer.getEncodeable(IDecoder decoder)
getEncodeable. |
| Uses of IDecoder in org.opcfoundation.ua.encoding.xml |
|---|
| Classes in org.opcfoundation.ua.encoding.xml that implement IDecoder | |
|---|---|
class |
XmlDecoder
XmlDecoder class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||