Package io.mats3.serial.json
Mats3 MatsSerializer implementation using Jackson to serialize between MatsTraceStringImpl and byte
arrays - Employed by the Mats3 JMS Implementation.
-
Class Summary Class Description MatsSerializerJson Implementation ofMatsSerializerthat employs Jackson JSON library for serialization and deserialization, and compress and decompress usingDeflaterandInflater.MatsTraceStringImpl Extension ofMatsTraceFieldImplwhich uses String for Z, meant to use JSON to serialize the DTO and STO payloads.