Package io.mats3.serial.json
package io.mats3.serial.json
Mats3 MatsSerializer implementation using Jackson to serialize between MatsTraceStringImpl and byte
arrays - Employed by the Mats3 JMS Implementation.
-
ClassesClassDescriptionImplementation of
MatsSerializer
that employs Jackson JSON library for serialization and deserialization, and compress and decompress usingDeflater
andInflater
.Extension ofMatsTraceFieldImpl
which uses String for Z, meant to use JSON to serialize the DTO and STO payloads.