This repository tests the performance of the following serialization mechanisms:
- Netty's built-in ObjectEncoder/ObjectDecoder classes, which uses the JDK ObjectOutputStream/ObjectInputStream mechanisms under the hood.
- JBossSerialization
- fast-serialization (fst)
The image below illustrates the relative performance between the different serialization libraries.