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