Serializers provided by the framework, including XML, ValueObject and JSON.
Interfaces
| | Interface | Description |
| | ISerializer |
Serves as a contract between various serializers and the rest of the framework. |
Classes
| | Class | Description |
| | AMFSerializer |
Serialises RxModel instances to AMF and back. |
| | CouchDBJSONSerializer |
Serialises RxModel instances to JSON and back according to
CouchDB conventions. |
| | GAEXMLSerializer |
Serialises RxModel instances to XML and back. |
| | GenericSerializer |
GenericSerializer groups together a few handy functions that are common,
useful to all serializers. |
| | JSONSerializer |
Serialises RxModel instances to JSON and back. |
| | VOSerializer |
Serializes RxModel instances to Value Objects and back. |
| | XMLSerializer |
Serialises RxModel instances to XML and back. |