Uses of Interface
it.tidalwave.role.io.Marshallable
-
Packages that use Marshallable Package Description it.tidalwave.role.io it.tidalwave.thesefoolishthings.examples.person -
-
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.person
Classes in it.tidalwave.thesefoolishthings.examples.person that implement Marshallable Modifier and Type Class Description class
DefaultPersonRegistryXStreamMarshallable
class
ListOfPersonsXStreamMarshallable
class
PersonXStreamMarshallable
class
XStreamMarshallableSupport<D>
A facility class for implementing aMarshallable
using XStream.
-