程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> C++入門知識 >> C++序列化、反序列化,反序列化

C++序列化、反序列化,反序列化

編輯:C++入門知識

C++序列化、反序列化,反序列化


幾個常見的庫

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

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved