public interface EncoderUtils
Utility datatype codec encoding functions.
Modifier and Type | Method and Description |
---|---|
<T> T |
getEncodableContext()
Get the encodable context object.
|
SleeDatatypeEncoder |
getSleeDatatypeEncoder()
Get the SLEE Datatype Encoder, an encoder of SLEE-specific datatypes that are not natively serialisable.
|
SleeDatatypeEncoder getSleeDatatypeEncoder()
Get the SLEE Datatype Encoder, an encoder 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 encoded via RhinoSbbContext.setEncodableContext
.
T
- the type of the context object.null
if none has been set.