Interface Decoder<T>

    • Method Detail

      • stringToObject

        T stringToObject​(java.lang.String str,
                         DeserializationContext context)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • createEncoder

        Encoder createEncoder​(T object)