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