Interface ObjectDecoder<T>

    • Method Detail

      • decode

        T decode​(java.io.InputStream stream)
          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • decode

        T decode​(byte[] data)
          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isInvalidInput

        boolean isInvalidInput​(java.lang.Throwable exception)