public interface DecoderUtils
Utility datatype codec decoding functions.
Modifier and Type | Method and Description |
---|---|
<T> T |
getEncodableContext()
Get the encodable context object.
|
SleeDatatypeDecoder |
getSleeDatatypeDecoder()
Get the SLEE Datatype Decoder, a decoder of SLEE-specific datatypes that are not natively serialisable.
|
SleeDatatypeDecoder getSleeDatatypeDecoder()
Get the SLEE Datatype Decoder, a decoder of SLEE-specific datatypes that are not natively serialisable.
<T> T getEncodableContext()
Get the encodable context object.
This object is provided by the SBB storing the value being decoded via RhinoSbbContext.setEncodableContext
.
T
- the type of the context object.null
if none has been set.