2013-09-25 01:10:05 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-24 15:08:46 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
2013-09-25 01:10:05 +04:00
|
|
|
<pkgmetadata>
|
|
|
|
<herd>java</herd>
|
|
|
|
<longdescription>
|
|
|
|
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.
|
|
|
|
</longdescription>
|
|
|
|
</pkgmetadata>
|
|
|
|
|