Kryo 3.0.2 发布,更新内容如下:
Fixed issue #314, improves serialisation of generics. (4764dee)
Build improvements, for java 8
Docs improvements
Compatibility
Serialization compatible
Standard IO: Yes
Unsafe-based IO: Yes
Binary compatible - Yes (Details)
Source compatible - Yes (Details)
Kryo 是一个快速高效的Java对象图形序列化框架,主要特点是性能、高效和易用。该项目用来序列化对象到文件、数据库或者网络。
软件详情:https://github.com/EsotericSoftware/kryo/blob/master/CHANGES.md#301---302-2015-06-17
下载地址:https://github.com/EsotericSoftware/kryo/releases/download/kryo-parent-3.0.2/kryo-3.0.2-all.zip
来自:开源中国社区

