Uses of Interface
it.tidalwave.role.io.Unmarshallable
-
Packages that use Unmarshallable Package Description it.tidalwave.role.io it.tidalwave.thesefoolishthings.examples.dci.marshal.role -
-
Uses of Unmarshallable in it.tidalwave.role.io
Fields in it.tidalwave.role.io with type parameters of type Unmarshallable Modifier and Type Field Description static java.lang.Class<Unmarshallable>
Unmarshallable. _Unmarshallable_
-
Uses of Unmarshallable in it.tidalwave.thesefoolishthings.examples.dci.marshal.role
Classes in it.tidalwave.thesefoolishthings.examples.dci.marshal.role that implement Unmarshallable Modifier and Type Class Description class
ListOfPersonsXStreamUnmarshallable
class
PersonXStreamUnmarshallable
class
XStreamUnmarshallableSupport<T>
A facility class for implementing aUnmarshallable
using XStream.
-