Class XStreamMarshallableSupport<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(java.io.OutputStream os)
      Marshals this object to an OutputStream.
      • Methods inherited from class java.lang.Object

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

      • XStreamMarshallableSupport

        public XStreamMarshallableSupport()
    • Method Detail

      • marshal

        public final void marshal​(@Nonnull
                                  java.io.OutputStream os)
        Description copied from interface: Marshallable
        Marshals this object to an OutputStream.
        Specified by:
        marshal in interface Marshallable
        Parameters:
        os - the OutputStream