Eile Mit Weile
Loading...
Searching...
No Matches
Serializable Class Referenceabstract

Abstract Base Class for a serializable object. More...

#include <serializable.hpp>

Inheritance diagram for Serializable:
SerializableValue< unsigned > SerializableValue< bool > SerializableValue< int > SerializableValue< std::string > ClientRequest SerializableValue< T > ServerResponse UniqueSerializable

Public Member Functions

virtual rapidjson::DocumentToJson () const
 
virtual void WriteIntoJson (rapidjson::Value &json, rapidjson::Document::AllocatorType &allocator) const =0
 

Detailed Description

Abstract Base Class for a serializable object.

A serializable object can be converted to a json object and vice versa.

Member Function Documentation

◆ ToJson()

virtual rapidjson::Document * Serializable::ToJson ( ) const
inlinevirtual

< Converts a serializable object to a json object.

◆ WriteIntoJson()


The documentation for this class was generated from the following file: