public static final class FilterOperand.Codec extends GenericDataTypeCodec<FilterOperand>
| Constructor and Description |
|---|
Codec() |
| Modifier and Type | Method and Description |
|---|---|
FilterOperand |
decode(SerializationContext context,
UaDecoder decoder)
Decode a
T using the provided reader R. |
void |
encode(SerializationContext context,
UaEncoder encoder,
FilterOperand value)
Encode a
T using the provided writer W. |
Class<FilterOperand> |
getType() |
asBinaryCodec, asXmlCodecpublic Class<FilterOperand> getType()
Class of the DataType this codec encodes.public FilterOperand decode(SerializationContext context, UaDecoder decoder)
DataTypeCodecT using the provided reader R.context - the SerializationContext.decoder - the reader R to decode from.T.public void encode(SerializationContext context, UaEncoder encoder, FilterOperand value)
DataTypeCodecT using the provided writer W.context - the SerializationContext.encoder - the writer W to encode to.value - the T to encode.Copyright © 2025. All rights reserved.