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 
12 
13 #include <string>
14 
15 namespace jsoncollector {
17 public:
19  virtual ~JSONSerializer();
20 
24  static bool serialize(JsonSerializable* pObj, std::string & output);
28  static bool deserialize(JsonSerializable* pObj, std::string & input);
29 };
30 }
31 
32 #endif /* JSONSERIALIZER_H_ */
static bool serialize(JsonSerializable *pObj, std::string &output)
static std::string const input
Definition: EdmProvDump.cc:43
static bool deserialize(JsonSerializable *pObj, std::string &input)