Class PersonXStreamMarshallable
- java.lang.Object
-
- it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamMarshallableSupport<Person>
-
- it.tidalwave.thesefoolishthings.examples.dci.marshal.role.PersonXStreamMarshallable
-
- All Implemented Interfaces:
Marshallable
@DciRole(datumType=it.tidalwave.thesefoolishthings.examples.person.Person.class, context=XStreamContext.class) public final class PersonXStreamMarshallable extends XStreamMarshallableSupport<Person>
- Author:
- Fabrizio Giudici
-
-
Field Summary
-
Fields inherited from interface it.tidalwave.role.io.Marshallable
_Marshallable_
-
-
Constructor Summary
Constructors Constructor Description PersonXStreamMarshallable(Person datum, XStreamContext context)
-
Method Summary
-
Methods inherited from class it.tidalwave.thesefoolishthings.examples.dci.marshal.role.XStreamMarshallableSupport
marshal
-
-
-
-
Constructor Detail
-
PersonXStreamMarshallable
public PersonXStreamMarshallable(@Nonnull Person datum, @Nonnull XStreamContext context)
-
-