Interface CborEncoder<T>

    • Method Detail

      • encodeToCbor

        void encodeToCbor​(T src,
                          com.fasterxml.jackson.dataformat.cbor.CBORGenerator cborGenerator)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception