Uses of Interface
org.opcfoundation.ua.encoding.binary.IEncodeableSerializer

Packages that use IEncodeableSerializer
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
org.opcfoundation.ua.encoding.utils Utility classes for encoding 
org.opcfoundation.ua.utils Utility classes 
 

Uses of IEncodeableSerializer in org.opcfoundation.ua.builtintypes
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type IEncodeableSerializer
static ExtensionObject ExtensionObject.binaryEncode(Structure encodeable, IEncodeableSerializer serializer, EncoderContext ctx)
          Create extension object by encoding an encodeable to a binary format
<T extends IEncodeable>
T
ExtensionObject.decode(IEncodeableSerializer serializer, EncoderContext ctx, NamespaceTable namespaceTable)
          Decode the extension object
static ExtensionObject ExtensionObject.encode(Structure encodeable, QualifiedName encodingType, IEncodeableSerializer serializer, EncoderContext ctx)
          Create extension object by encoding an encodeable to the defined encoding using the default serializer.
static ExtensionObject ExtensionObject.xmlEncode(Structure encodeable, IEncodeableSerializer serializer)
          Create extension object by encoding an encodeable to xml format
 

Uses of IEncodeableSerializer in org.opcfoundation.ua.core
 

Classes in org.opcfoundation.ua.core that implement IEncodeableSerializer
 class EncodeableSerializer
          Code-generated encodeable serializer.
 

Uses of IEncodeableSerializer in org.opcfoundation.ua.encoding
 

Fields in org.opcfoundation.ua.encoding declared as IEncodeableSerializer
 IEncodeableSerializer EncoderContext.encodeableSerializer
           
 

Methods in org.opcfoundation.ua.encoding that return IEncodeableSerializer
 IEncodeableSerializer EncoderContext.getEncodeableSerializer()
          Getter for the field encodeableSerializer.
 

Methods in org.opcfoundation.ua.encoding with parameters of type IEncodeableSerializer
 void EncoderContext.setEncodeableSerializer(IEncodeableSerializer encodeableSerializer)
          Setter for the field encodeableSerializer.
 

Constructors in org.opcfoundation.ua.encoding with parameters of type IEncodeableSerializer
EncoderContext(NamespaceTable namespaceTable, ServerTable serverTable, IEncodeableSerializer encodeableSerializer)
          Constructor for EncoderContext.
EncoderContext(NamespaceTable namespaceTable, ServerTable serverTable, IEncodeableSerializer encodeableSerializer, int maxMessageSize)
          Constructor for EncoderContext.
 

Uses of IEncodeableSerializer in org.opcfoundation.ua.encoding.binary
 

Classes in org.opcfoundation.ua.encoding.binary that implement IEncodeableSerializer
 class EncodeableReflectionSerializer
          Serializes IEncodeables using reflection.
 

Uses of IEncodeableSerializer in org.opcfoundation.ua.encoding.utils
 

Classes in org.opcfoundation.ua.encoding.utils that implement IEncodeableSerializer
 class AbstractSerializer
          Simple serializer that can serialize only one type of class.
 class SerializerComposition
          A collection of serializers for Structure types.
 

Methods in org.opcfoundation.ua.encoding.utils with parameters of type IEncodeableSerializer
 void SerializerComposition.addSerializer(IEncodeableSerializer serializer)
          addSerializer.
 

Uses of IEncodeableSerializer in org.opcfoundation.ua.utils
 

Methods in org.opcfoundation.ua.utils that return IEncodeableSerializer
static IEncodeableSerializer StackUtils.getDefaultSerializer()
          Get default encodeable serializer
 



Copyright © 2018. All rights reserved.