EvolvingObjects
Serialization helpers

Contains all the necessary entities to serialize eo objects into JSON objects. More...

Classes

class  eoserial::Array
 Represents a JSON array. More...
class  eoserial::Entity
 JSON entity. More...
class  eoserial::Object
 JSON Object. More...
class  eoserial::Parser
 Parser from a JSON source. More...
class  eoserial::Printable
 Interface showing that object can be written to a eoserial type (currently JSON). More...
class  eoserial::Persistent
 Interface showing that object can be eoserialized (written and read from an input). More...
class  eoserial::String
 JSON String. More...

Detailed Description

Contains all the necessary entities to serialize eo objects into JSON objects.

Allows serialization from user objects into JSON objects, if they implement the interface eoserial::Serializable or eoserial::Persistent. The following user objects can be serialized:

 All Classes Namespaces Files Functions Variables Typedefs Friends