Payload Class Reference

#include <lsm_ipc.hpp>

Static Public Member Functions

static std::string serialize (Value &v)
static Value deserialize (const std::string &json)

Detailed Description

Serialize, de-serialize methods.

Definition at line 390 of file lsm_ipc.hpp.


Member Function Documentation

Value deserialize ( const std::string &  json  )  [static]

Given a json string return a Value

Parameters:
json String to de-serialize
Returns:
Value

Definition at line 770 of file lsm_ipc.cpp.

Here is the caller graph for this function:

std::string serialize ( Value v  )  [static]

Given a Value returns json representation.

Parameters:
v Value to serialize
Returns:
String representation

Definition at line 765 of file lsm_ipc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


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

Generated on 9 Jul 2015 for libStorageMgmt by  doxygen 1.6.1