EvolvingObjects
|
Interface showing that object can be written to a eoserial type (currently JSON). More...
#include <Serializable.h>
Public Member Functions | |
virtual eoserial::Object * | pack () const =0 |
Serializes the object to JSON format. |
Interface showing that object can be written to a eoserial type (currently JSON).
Definition at line 35 of file Serializable.h.
virtual eoserial::Object* eoserial::Printable::pack | ( | ) | const [pure virtual] |
Serializes the object to JSON format.
Referenced by eoserial::Object::add(), and eoserial::Array::push_back().