EvolvingObjects
|
Interface showing that object can be eoserialized (written and read from an input). More...
#include <Serializable.h>
Public Member Functions | |
virtual void | unpack (const eoserial::Object *json)=0 |
Loads class fields from a JSON object. |
Interface showing that object can be eoserialized (written and read from an input).
Note : Persistent objects should have a default non-arguments constructor.
Definition at line 53 of file Serializable.h.
virtual void eoserial::Persistent::unpack | ( | const eoserial::Object * | json | ) | [pure virtual] |
Loads class fields from a JSON object.
json | A JSON object. Programmer doesn't have to delete it, it is automatically done. |
Referenced by eoserial::Object::deserialize().