public static class TrustListMasks.Codec extends GenericDataTypeCodec<TrustListMasks>
| Constructor and Description |
|---|
Codec() |
| Modifier and Type | Method and Description |
|---|---|
TrustListMasks |
decode(SerializationContext context,
UaDecoder decoder)
Decode a
T using the provided reader R. |
void |
encode(SerializationContext context,
UaEncoder encoder,
TrustListMasks value)
Encode a
T using the provided writer W. |
Class<TrustListMasks> |
getType() |
asBinaryCodec, asXmlCodecpublic Class<TrustListMasks> getType()
Class of the DataType this codec encodes.public TrustListMasks 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, TrustListMasks 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.