红联Linux门户
Linux帮助

FlatBuffers 1.1发布,序列化库

发布时间:2015-04-03 14:54:13来源:红联作者:empast
FlatBuffers 1.1 发布,此次版本发布主要有以下更新:

an extensive overhaul to the Java API

out-of-the-box support for C# and Go

an optional verifier to make FlatBuffers practical in untrusted scenarios

.proto parsing for easier migration from Protocol Buffers

optional manual assignment of field IDs

dictionary functionality through binary search on a key field

bug fixes and other improvements thanks to 200+ commits from 28 contributors

详细信息请查看发行页面。

FlatBuffers 是一个 Java 的序列化库,用于游戏和其他内存受限的应用。FlatBuffers 可以让你直接访问序列化后的数据,无需解压并进行解析的过程。同时提供很强的向前和向后兼容性。

FlatBuffers 支持 C++ 和 Java 语言,无需依赖第三方库支持。

FlatBuffers 使用命令行工具 flatc 用来生成 Java 和 C++ 的类。

软件详情:https://github.com/google/flatbuffers/releases

下载地址:https://github.com/google/flatbuffers/archive/v1.1.0.tar.gz

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

共有 0 条评论