发布于 2016-07-30 02:24:25 | 288 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Protocol Buffers 数据描述语言

Protocol Buffers (ProtocolBuffer/ protobuf )是Google公司开发的一种数据描述语言,类似于XML能够将结构化数据序列化,可用于数据存储、通信协议等方面。现阶段支持C++、JAVA、Python等三种编程语言。


Protocol Buffers 3.0 发布,该版本与上一个稳定版 2.6.1 版本比较,主要改进包括:

全面的 3.0 协议版本 proto3:

  • 废弃 optional 关键字

  • Removed non-zero default values and field presence logic for non-message fields.

  • Group fields are no longer supported in proto3 syntax.

  • Changed repeated primitive fields to use packed serialization by default in proto3 (implemented for C++, Java, Python in this release).

  • Added well-known type protos (any.proto, empty.proto, timestamp.proto, duration.proto, etc.). 

  • Proto3 JSON is supported in several languages (fully supported in C++, Java, Python and C# partially supported in Ruby). 

  • Proto3 enforces strict UTF-8 checking.

其他各方面的改进详情请看:

https://github.com/google/protobuf/releases/tag/v3.0.0



历史版本 :
Protocol Buffers 3.4.1 发布,Google 数据交换格式
Protocol Buffers 3.1.0,PHP 支持 Proto3 协议
Protocol Buffers 3.0 稳定版发布
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务