#include <lsm_ipc.hpp>
Static Public Member Functions | |
| static std::string | serialize (Value &v) |
| static Value | deserialize (const std::string &json) |
Serialize, de-serialize methods.
Definition at line 390 of file lsm_ipc.hpp.
| Value deserialize | ( | const std::string & | json | ) | [static] |
Given a json string return a Value
| json | String to de-serialize |
Definition at line 770 of file lsm_ipc.cpp.

| std::string serialize | ( | Value & | v | ) | [static] |
Given a Value returns json representation.
| v | Value to serialize |
Definition at line 765 of file lsm_ipc.cpp.


1.6.1