Class VerIDImageAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Image decodeFromCbor​(com.fasterxml.jackson.dataformat.cbor.CBORParser parser)  
      void encodeToCbor​(Image src, com.fasterxml.jackson.dataformat.cbor.CBORGenerator cborGenerator)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerIDImageAdapter

        public VerIDImageAdapter()
    • Method Detail

      • decodeFromCbor

        public Image decodeFromCbor​(com.fasterxml.jackson.dataformat.cbor.CBORParser parser)
                             throws java.lang.Exception
        Specified by:
        decodeFromCbor in interface CborDecoder<Image>
        Throws:
        java.lang.Exception
      • encodeToCbor

        public void encodeToCbor​(Image src,
                                 com.fasterxml.jackson.dataformat.cbor.CBORGenerator cborGenerator)
                          throws java.lang.Exception
        Specified by:
        encodeToCbor in interface CborEncoder<Image>
        Throws:
        java.lang.Exception