CMS 3D CMS Logo

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 } // namespace jsoncollector
31 
32 #endif /* JSONSERIALIZER_H_ */
static bool serialize(JsonSerializable *pObj, std::string &output)
static std::string const input
Definition: EdmProvDump.cc:50
static bool deserialize(JsonSerializable *pObj, std::string &input)
Definition: output.py:1
JSON (JavaScript Object Notation).
Definition: DataPoint.h:26