Class DynamicUnionCodec
java.lang.Object
org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<DynamicUnionType>
org.eclipse.milo.opcua.sdk.core.types.codec.DynamicUnionCodec
- All Implemented Interfaces:
org.eclipse.milo.opcua.stack.core.encoding.DataTypeCodec
public class DynamicUnionCodec
extends org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<DynamicUnionType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaDecoder decoder) voidencodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaEncoder encoder, DynamicUnionType value) getType()Methods inherited from class org.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec
decode, encode
-
Constructor Details
-
DynamicUnionCodec
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceorg.eclipse.milo.opcua.stack.core.encoding.DataTypeCodec- Specified by:
getTypein classorg.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<DynamicUnionType>
-
decodeType
public DynamicUnionType decodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaDecoder decoder) throws org.eclipse.milo.opcua.stack.core.UaSerializationException - Specified by:
decodeTypein classorg.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<DynamicUnionType>- Throws:
org.eclipse.milo.opcua.stack.core.UaSerializationException
-
encodeType
public void encodeType(org.eclipse.milo.opcua.stack.core.encoding.EncodingContext context, org.eclipse.milo.opcua.stack.core.encoding.UaEncoder encoder, DynamicUnionType value) throws org.eclipse.milo.opcua.stack.core.UaSerializationException - Specified by:
encodeTypein classorg.eclipse.milo.opcua.stack.core.encoding.GenericDataTypeCodec<DynamicUnionType>- Throws:
org.eclipse.milo.opcua.stack.core.UaSerializationException
-