FST 2.03 发布了,改进内容包括:
可通过 FSTConfiguration::setForceSerializable() 强制序列化非 Serializable 的类
fixed 2 broken KSon/JSon TestCases
FST fast-serialization 是重新实现的 Java 快速对象序列化的开发包。序列化速度更快(2-10倍)、体积更小,而且兼容 JDK 原生的序列化。要求 JDK 1.7 支持。
软件详情:http://ruedigermoeller.github.io/fast-serialization/
下载地址:https://github.com/RuedigerMoeller/fast-serialization
来自:开源中国社区

