FST 2.22 发布,Java 快速序列化库
3月21日 深圳 OSC 源创会开始报名罗,送华为海思开发板FST 2.22 发布了,FST fast-serialization 是重新实现的 Java 快速对象序列化的开发包。序列化速度更快(2-10倍)、体积更小,而且兼容 JDK 原生的序列化。要求 JDK 1.7 支持。
该版本改进内容:
[*] fixed a JDK-serialization compatibility issue occuring when object iswritten by default impl and read using stream.getFields machinery.
[*] fixed a JDK-serialization compatibility issue occuring when stream.putField puts a field name which is not part of instance names onreader side (renaming of fields across JDK implementations).
[*] kson test failed on 1.7
下载地址:2.22/fst-2.22.zip
页:
[1]