红联Linux门户
Linux帮助

FST 2.01发布,Java快速序列化库

发布时间:2014-09-17 09:23:03来源:红联作者:empast
Java 快速序列化库 FST 在上个月发布了 2.0 版本,该版本的包名已经更改,无法平滑升级。另外官方建议为了稳定性考虑还是使用最新的 1.58 版本为好。

FST 2.0 主要改进内容包括:

版本化支持和 (序列化的类添加属性后仍然可读). 详情请看 @Version 注解.

一些 Bug 修复和增强

Kson provides a convenient mapping of Text => Object structures, useful for configuration files and setup of test data. The text representation aims for absolute minimalism of special chars, quoting and type information. See https://github.com/RuedigerMoeller/fast-serialization/tree/master/src/test/kson for an example

Offheap Map.

持久化内存映射文件

MinBin structured cross platform capable binary format for full object graph serialization

FST fast-serialization 是重新实现的 Java 快速对象序列化的开发包。序列化速度更快(2-10倍)、体积更小,而且兼容 JDK 原生的序列化。要求 JDK 1.7 支持。

软件详情:http://ruedigermoeller.github.io/fast-serialization/

下载地址:https://github.com/RuedigerMoeller/fast-serialization

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

共有 0 条评论