MatsSerializerJson.DEFAULT_COMPRESSION_LEVEL (which is Deflater.BEST_SPEED,
which is 1).Deflater's constants and
levels.MatsTrace.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).MatsSerializer that employs Jackson JSON
library for serialization and deserialization, and compress and decompress using Deflater and
Inflater.Deflater's constants and
levels.MatsTraceFieldImpl which uses String for Z, meant to use JSON to serialize the DTO and STO
payloads.