摘要:
C++序列化:hello.cpp 中代码: 1 #include <cppcms/json.h> 2 #include <iostream> 3 4 using namespace std; 5 6 class response { 7 public: 8 //0 is ok 9 //other values are wrong 10 int status; 11 string message; 12 }; 13 namespace cppcms { 14 namesp... 阅读全文