首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > spdatapickle是图书馆使用序列化和反序列化C结构和XML或JSON / protobuf。

spdatapickle是图书馆使用序列化和反序列化C结构和XML或JSON / protobuf。

  • 资源大小:82.83 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 图书馆 xml 使用 结构 序列化

资 源 简 介

What is it? SPDataPickle is a library use to serialize and deserialize C structures to and from XML/JSON/ProtoBuf Quick Example You write a .xml file like this: Then you process it with spxml2struct, the SPDataPickle tools, to produce code in pure C. ``` enum { eTypeXYZPerson = eTypeSPDPUserDefine + 1 }; typedef struct tagXYZPerson { int mId; char * mName; char * mEmail; } XYZPerson_t; typedef struct tagSPDPMetaInfo SPDPMetaInfo_t; extern SPDPMetaInfot * gXYZAccountMetaInfo; ``` Then, you

文 件 列 表

spdatapickle-0.5
spxml
Makefile
win32
spxml2struct.dsp
spjson-win32
libspjson.dsp
spdatapickle
Makefile
spjson
testpbcomm.cpp
MANIFEST
Makefile
VIP VIP
0.185227s