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 aMarshallable
using 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 void
marshal(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:Marshallable
Marshals this object to anOutputStream
.- Specified by:
marshal
in interfaceMarshallable
- Parameters:
os
- theOutputStream
-
-