Interface EncoderUtils


  • public interface EncoderUtils

    Utility datatype codec encoding functions.

    Since:
    Rhino 2.4.0
    • Method Detail

      • getSleeDatatypeEncoder

        SleeDatatypeEncoder getSleeDatatypeEncoder()

        Get the SLEE Datatype Encoder, an encoder of SLEE-specific datatypes that are not natively serialisable.

        Returns:
        the SLEE Datatype Encoder.
        Since:
        Rhino 2.4.0
      • getEncodableContext

        <T> T getEncodableContext()

        Get the encodable context object. This object is provided by the SBB storing the value being encoded via RhinoSbbContext.setEncodableContext.

        Type Parameters:
        T - the type of the context object.
        Returns:
        the context object, or null if none has been set.
        Since:
        Rhino 2.4.0