Class XStreamMarshallableSupport<T>
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamMarshallableSupport<T>
-
- All Implemented Interfaces:
Marshallable
- Direct Known Subclasses:
ListOfPersonsXStreamMarshallable,PersonXStreamMarshallable
public abstract class XStreamMarshallableSupport<T> extends java.lang.Object implements Marshallable
A facility class for implementing aMarshallableusing XStream.- Author:
- Fabrizio Giudici
-
-
Field Summary
-
Fields inherited from interface it.tidalwave.role.io.Marshallable
_Marshallable_
-
-
Constructor Summary
Constructors Constructor Description XStreamMarshallableSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(java.io.OutputStream os)Marshals this object to anOutputStream.
-
-
-
Method Detail
-
marshal
public final void marshal(@Nonnull java.io.OutputStream os)Description copied from interface:MarshallableMarshals this object to anOutputStream.- Specified by:
marshalin interfaceMarshallable- Parameters:
os- theOutputStream
-
-