Class XStreamUnmarshallableSupport<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T unmarshal​(java.io.InputStream is)
      Unmarshalls the object from the given InputStream.
      • Methods inherited from class java.lang.Object

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

      • XStreamUnmarshallableSupport

        public XStreamUnmarshallableSupport()
    • Method Detail

      • unmarshal

        @Nonnull
        public final T unmarshal​(@Nonnull
                                 java.io.InputStream is)
        Description copied from interface: Unmarshallable
        Unmarshalls the object from the given InputStream.
        Specified by:
        unmarshal in interface Unmarshallable
        Parameters:
        is - the InputStream
        Returns:
        the unmarshalled object