summaryrefslogtreecommitdiff
blob: 2d2ccc0795d8238d2d0399fa506ae309fc2d7d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<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>