Implementation of .json for Serialization. It is a JSON file. Save or change a file .json and serializes the properties of the objects, MVC component. More...
#include "Serialization.h"#include "../property/Property.h"#include "../Config.h"#include <boost/property_tree/ptree.hpp>#include <utility>Go to the source code of this file.
Classes | |
| class | te::layout::JSON | 
| Implementation of .json for Serialization. It is a JSON file. Save or change a file .json and serializes the properties of the objects, MVC component.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::layout | |
| This is the namespace for the Layout module.  | |
Implementation of .json for Serialization. It is a JSON file. Save or change a file .json and serializes the properties of the objects, MVC component.
Definition in file JSON.h.