序列化反序列化源码

时间:2018-12-31 15:03:26
【文件属性】:
文件名称:序列化反序列化源码
文件大小:28KB
文件格式:H
更新时间:2018-12-31 15:03:26
序列化 namespace ly{ namespace serialize{ static const int UINT64_HEX_BUF_LEN = 17; static const int BUF_BLK_SIZE = 4096; class CDummy { public: CDummy(const char * szName):m_pName(szName){} std::string GetName(){return m_pName;} private: const char * m_pName; };

网友评论