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