Class XStreamMarshallableSupport<D>

    • Constructor Detail

      • XStreamMarshallableSupport

        public XStreamMarshallableSupport()
    • Method Detail

      • marshal

        public final void marshal​(@Nonnull
                                  java.io.OutputStream os)
                           throws java.io.IOException
        Description copied from interface: Marshallable
        Marshals this object to an OutputStream.
        Specified by:
        marshal in interface Marshallable
        Parameters:
        os - the OutputStream
        Throws:
        java.io.IOException - in case of errors
      • getMarshallingObject

        @Nonnull
        protected java.lang.Object getMarshallingObject​(@Nonnull
                                                        D datum)