FST 2.04 发布,该版本修复了核心代码中 byte[] 写方法的严重 bug。
FST fast-serialization 是重新实现的 Java 快速对象序列化的开发包。序列化速度更快(2-10倍)、体积更小,而且兼容 JDK 原生的序列化。要求 JDK 1.7 支持。
软件详情:http://ruedigermoeller.github.io/fast-serialization/
下载地址:https://github.com/RuedigerMoeller/fast-serialization/releases/download/2.04/fst-2.04.zip
来自:开源中国社区

