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 ofStreamingInputto 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.