![]() |
hivemind 1.0.0
|
Serializing and deserializing (persistent values) requires recflection which is a way for the programmer to ensure that the data you serialize will get back to the place you want it to be when you deserialize it later. More...
#include <serializer.h>
Public Attributes | |
std::string | name |
ISValuePtr | value |
Serializing and deserializing (persistent values) requires recflection which is a way for the programmer to ensure that the data you serialize will get back to the place you want it to be when you deserialize it later.
As this is not supported by C++ this is implemented by the ISProperty structure with the ISValue helper classes. The ISValue keeps the references to the actual values in the application. The ISProperty is the collection of all the application data.
Definition at line 26 of file serializer.h.
std::string Json::ISProperty::name |
Definition at line 28 of file serializer.h.
ISValuePtr Json::ISProperty::value |
Definition at line 29 of file serializer.h.