Package se.l4.commons.serialization.format

  • Interface Summary 
    Interface Description
    StreamingInput
    Input that is streamed as a set of token with values.
    StreamingOutput
    Adapter for streaming results in different output formats.
  • Class Summary 
    Class Description
    AbstractStreamingInput
    Abstract implementation of StreamingInput to simplify common operations such as peeking and value setting.
    BinaryInput
    Input for binary format.
    BinaryOutput
    Output for custom binary format.
    JsonInput
    Input for JSON.
    JsonOutput
    Streamer that outputs JSON.
  • Enum Summary 
    Enum Description
    Token
    Tokens that the input can return.
    ValueType
    Values that are supported by the streaming input and outputs.