首页 > 编程语言 > 详细

C++序列化、反序列化

时间:2015-05-05 18:43:21      阅读:216      评论:0      收藏:0      [点我收藏+]

几个常见的库

http://stackoverflow.com/questions/3637581/fastest-c-serialization

  • Boost: Fast, assorted C++ library including serialization
  • protobuf: Fast cross-platform, cross-language serialization with C++ module
  • thrift: Flexible cross-platform, cross-language serialization with C++ module

具体的网址

https://github.com/google/flatbuffers

https://github.com/google/protobuf

https://github.com/apache/thrift 

https://github.com/open-source-parsers JSON

http://google.github.io/flatbuffers/md__benchmarks.html 性能比较

 

如何选择

http://www.tuicool.com/articles/2Uruu2

http://blog.csdn.net/menggucaoyuan/article/details/34409433

C++序列化、反序列化

原文:http://www.cnblogs.com/2018/p/4463412.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!