acl  3.5.3.0
serialize.hpp 文件参考
#include "../acl_cpp_define.hpp"
#include "../stdlib/string.hpp"
#include "../stdlib/json.hpp"
#include <string>
+ serialize.hpp 的引用(Include)关系图:

浏览源代码.

命名空间

 acl
 

函数

template<typename T >
bool acl::deserialize (json &j, T &o, string *err=NULL)
 
template<typename T >
void acl::serialize (T &o, string &buf)