红联Linux门户
Linux帮助

Protocol Buffers 3.0稳定版发布

发布时间:2016-07-30 11:34:23来源:红联作者:baihuo
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.

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

软件详情:https://github.com/google/protobuf/releases/tag/v3.0.0

下载地址:https://github.com/google/protobuf/

来自:开源中国社区
文章评论

共有 0 条评论