#include "core/serializer.h"
#include "rapidjson/document.h"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/prettywriter.h"
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
Go to the source code of this file.
|
void | Json::serialize (std::string filename, ISValue *p) |
| Function to start serializing an onbject.
|
|
void | Json::deserialize (std::string filename, ISValue *p) |
| Function to start deserializing a file.
|
|
◆ RAPIDJSON_HAS_STDSTRING
#define RAPIDJSON_HAS_STDSTRING 1 |
◆ debug