Thrift 不仅仅是个高效的序列化工具,它是一个完整的 RPC (跨进程间服务调用)框架体系 (facebook
http://dongxicheng.org/search-engine/thrift-framework-intro/
http://www.cnblogs.com/cyfonly/p/6059374.html
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler.
https://developers.google.com/protocol-buffers/
Apache Avro™ is a data serialization system.
Avro provides functionality similar to systems such as Thrift, Protocol Buffers, etc. Avro differs from these systems in the following fundamental aspects.
http://www.jianshu.com/p/ecbb607809c4Avro([ævrə])是Hadoop的一个子项目,由Hadoop的创始人Doug Cutting(也是Lucene,Nutch等项目的创始人)牵头开发。Avro是一个数据序列化系统,设计用于支持大批量数据交换的应用。它的主要特点有:支持二进制序列化方式,可以便捷,快速地处理大量数据;动态语言友好,Avro提供的机制使动态语言可以方便地处理Avro数据。http://avro.apache.org/docs/current/
avro\thrift\protocol buffer三者的联系和区别
http://blog.youkuaiyun.com/bitcarmanlee/article/details/53367892
Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. The project is useful any time objects need to be persisted, whether to a file, database, or over the network.
https://github.com/EsotericSoftware/kryo