[ 原始碼: libkryo-java ]
套件:libkryo-java(2.20-7)
object graph serialization framework for Java
Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. The project is useful any time objects need to be persisted, whether to a file, database, or over the network.
Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object->bytes->object.
其他與 libkryo-java 有關的套件
|
|
|
|
-
- dep: libminlog-java (>= 1.3)
- minimal Java logging library
-
- dep: libobjenesis-java
- Java library to instantiate a new object of a particular class
-
- dep: libreflectasm-java (>= 1.11.6+dfsg-1~)
- library that provides reflection by using code generation