Uses of Interface
it.tidalwave.role.io.Marshallable
-
Packages that use Marshallable Package Description it.tidalwave.role.io it.tidalwave.thesefoolishthings.examples.dci.marshal.role -
-
Uses of Marshallable in it.tidalwave.role.io
Fields in it.tidalwave.role.io with type parameters of type Marshallable Modifier and Type Field Description static java.lang.Class<Marshallable>
Marshallable. _Marshallable_
-
Uses of Marshallable in it.tidalwave.thesefoolishthings.examples.dci.marshal.role
Classes in it.tidalwave.thesefoolishthings.examples.dci.marshal.role that implement Marshallable Modifier and Type Class Description class
ListOfPersonsXStreamMarshallable
class
PersonXStreamMarshallable
class
XStreamMarshallableSupport<T>
A facility class for implementing aMarshallable
using XStream.
-