DEFAULT_COMPRESSION_LEVEL (which is Deflater.BEST_SPEED,
which is 1).Deflater's constants and
levels.Deflater.BEST_SPEED (compression level 1), since I
assume that the rather small incremental reduction in size does not outweigh the pretty large increase in time,
as one hopefully runs on a pretty fast network (and that the MQ backing store is fast).MatsSerializerJson, directly extending it.create(int)create()MatsSerializer that employs Jackson JSON
library for serialization and deserialization, and compress and decompress using Deflater and
Inflater.Deflater's constants and
levels.