| Package | Description |
|---|---|
| name.pehl.piriti.commons.client | |
| name.pehl.piriti.json.client | |
| name.pehl.piriti.xml.client |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReader<T,C>
Abstract reader used as base class for JSON and XML readers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonReader<T>
Interface for converting JSON data to an instance of T or a list of Ts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJsonReader<T>
Base class for generated JsonReaders.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlReader<T>
Interface for converting XML document / element to an instance of T or a list
of Ts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXmlReader<T>
Base class for generated XmlReaders.
|
Copyright © 2012 Harald Pehl. All Rights Reserved.