Interface Unmarshallable

    • Field Detail

      • _Unmarshallable_

        static final java.lang.Class<Unmarshallable> _Unmarshallable_
    • Method Detail

      • unmarshal

        @Nonnull
        <T> T unmarshal​(@Nonnull
                        java.io.InputStream is)
                 throws java.io.IOException
        Unmarshalls the object from the given InputStream.
        Type Parameters:
        T - the type of the returned value
        Parameters:
        is - the InputStream
        Returns:
        the unmarshalled object
        Throws:
        java.io.IOException - when an error occurs