Faster object serialization
Your application sends Java objects to disk, to nodes in a cluster, stores them in a distributed cache? Then it uses serialization a lot!
Optimizing object serialization by hand is tedious and error prone. Instead we optimize this at compile time. With support for JDK serialization, Hazelcast as well as Kryo.