Interface EncoderWrapper

    • Method Detail

      • encode

        <T> java.lang.String encode​(T object)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • encode

        <T> void encode​(T object,
                        java.io.OutputStream outputStream)
                 throws java.io.IOException
        Throws:
        java.io.IOException