| Version | 2.20 |
|---|---|
| Publisher | nathan s |
| Release date | Dec 28, 2012 |
| Date added | Dec 28, 2012 |
| Os requirements | Windows, Windows XP, Windows Vista, Windows 7 |
| Requirements | None |
| Total downloads | 43 |
| Price | Free |
Description
Kryo is a fast and efficient object graph serialization framework for Java. 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 or cloning. This is direct copying from object to object, not object->bytes->object.