Compression: io_dz bobak (contact me)
This is a simple class that can be used to serialized and unserialize variable values to a compressed binary string.
It takes a variable values, serializes and compresses it with gzip algorithm to occupy less space.
The class can also do the opposite, i.e. uncompress and unserialize a variable value.