c++序列化調研

1. 最常用的兩種C++序列化方案的使用心得(protobuf和boost serialization)

http://www.cnblogs.com/lanxuezaipiao/p/3703988.html 


2. http://www.iteye.com/topic/319063 


3. C 語言的數據序列化

http://blog.codingnow.com/2010/03/c_serialization.html 


4. asio與序列化——被忽略的神器asio::streambuf

http://www.godebug.org/index.php/archives/105/ 


5. 

使用C++進行對象序列化

6. http://stackoverflow.com/questions/371371/serialize-data-structures-in-c 


7. http://code.google.com/p/yaml-cpp/ 


8.http://avro.apache.org/docs/current/api/c/index.html 

9. http://troydhanson.github.io/tpl/userguide.html 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章