Module for serializing and de-serializing Java objects.
provides functions for reading and writing (writing is WIP currently) Java objects serialized or will be
deserialized by ObjectOutputStream
. This form of object representation is a standard data interchange
format in Java world.