Kryo

Kryo 2.20

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....

KryoNet

KryoNet 2.20

KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client or server network communication using NIO. KryoNet uses the Kryo serialization library to automatically and efficiently transfer object graphs across the...