Leosac
0.8.0
Open Source Access Control
|
A JSON serializer that can serialize an object of type T
.
More...
#include <JSONSerializer.hpp>
Static Public Member Functions | |
static std::string | to_string (const T &) |
Serialize to an std::string. More... | |
static json | to_object (const T &) |
Serialize to a json object. More... | |
A JSON serializer that can serialize an object of type T
.
Definition at line 34 of file JSONSerializer.hpp.
|
inlinestatic |
Serialize to a json object.
Definition at line 48 of file JSONSerializer.hpp.
|
inlinestatic |
Serialize to an std::string.
Definition at line 39 of file JSONSerializer.hpp.