hivemind 1.0.0
Loading...
Searching...
No Matches
serializer.cpp File Reference
#include "core/serializer.h"
#include "rapidjson/document.h"
#include "rapidjson/istreamwrapper.h"
#include "rapidjson/prettywriter.h"
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
Include dependency graph for serializer.cpp:

Go to the source code of this file.

Namespaces

namespace  Json
 

Macros

#define RAPIDJSON_HAS_STDSTRING   1
 

Functions

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.
 

Variables

bool debug = false
 

Macro Definition Documentation

◆ RAPIDJSON_HAS_STDSTRING

#define RAPIDJSON_HAS_STDSTRING   1

Definition at line 1 of file serializer.cpp.

Variable Documentation

◆ debug

bool debug = false

Definition at line 12 of file serializer.cpp.

Referenced by Json::ISDouble::ToDom(), and Json::ISMemberVector< T >::ToDom().