Interface StreamingEncoder

  • All Known Implementing Classes:
    JsonStreamingEncoder

    public interface StreamingEncoder
    A streaming encoder interface for JSON-compatible object structures with additional hints for more advanced formats like CBOR encoders. This interface is a mix of cbor-java's CborBuilder and Jackson's Streaming API, with the goal of being compatible to both and being able to write simple adapters for them.
    Author:
    Maik Riechert