| Package | Description |
|---|---|
| name.pehl.piriti.commons.client | |
| name.pehl.piriti.json.client | |
| name.pehl.piriti.xml.client |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWriter<T>
Abstract reader used as base class for JSON and XML readers.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
ModelWriteEvent.fire(HasModelWriteHandler<T> source,
T model,
String representation)
Fires a
ModelWriteEvent on all registered handlers. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonWriter<T>
Interface for serializing an instance of T or a list of Ts to JSON.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJsonWriter<T>
Base class for generated JsonWriters.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlWriter<T>
Interface for serializing an instance of T or a list of Ts to XML.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXmlWriter<T>
Base class for generated XmlWriters.
|
Copyright © 2013 Harald Pehl. All Rights Reserved.