KryoNetty

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

KryoNetty is very similar to KryoNet, which does the exact same thing but using its own NIO-based networking. KryoNet has more features than KryoNetty, which in its current state mostly serves as a simple example of how Kryo can be used with Netty.

Please use the KryoNet discussion group for support.