CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JSONSerializer.h
Go to the documentation of this file.
1 /*
2  * JSONSerializer.h
3  *
4  * Created on: Aug 2, 2012
5  * Author: aspataru
6  */
7 
8 #ifndef JSONSERIALIZER_H_
9 #define JSONSERIALIZER_H_
10 
11 #include <string>
12 #include "JsonSerializable.h"
13 
14 namespace jsoncollector {
16 public:
18  virtual ~JSONSerializer();
19 
23  static bool serialize(JsonSerializable* pObj, std::string& output);
27  static bool deserialize(JsonSerializable* pObj, std::string& input);
28 };
29 }
30 
31 #endif /* JSONSERIALIZER_H_ */
static bool serialize(JsonSerializable *pObj, std::string &output)
static std::string const input
Definition: EdmProvDump.cc:44
static bool deserialize(JsonSerializable *pObj, std::string &input)