MessagePack
MessagePack is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON.
But it’s faster and smaller.
Small integers are encoded into a...
Kryo
KRyo is the Java binary serialization and cloning: fast, efficient, automatic.
Kryo is a fast and efficient binary object graph serialization framework for Java.
The goals of the project ar...
About JBoss Marshalling
JBoss Marshalling is an alternative serialization API that fixes many of the problems found in the JDK serialization API while remaining fully compatible with java.io.Seria...