Protocol Buffer

【关注】
生成的协议文件编码类型要求:UTF8

【protocol buffer 参考】
各数据交换协议性能对比(协议兼容性、序列化反序列化耗时、流量、可读性):
https://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking

pb guide: 
https://developers.google.com/protocol-buffers/docs/overview
http://blog.atime.me/note/protobuf-introduction.html
pb objc 参考: 
https://github.com/google/protobuf/releases
http://www.cnblogs.com/tara/archive/2012/03/20/2407951.html
http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers
pb c++参考:
http://www.jb51.net/article/33030.htm


proto编辑工具
https://code.google.com/p/protobufeditor/

深入Protobuf源码-Descriptor、Message、RPC框架
http://www.blogjava.net/DLevin/archive/2015/04/01/424012.html

你可能感兴趣的:(Protocol Buffer)