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.
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
原文地址:http://zorro.blog.51cto.com/2139862/1585025