All Packages
-
Package Summary Package Description io.mats3.serial Mats3 wire format solution called "MatsTrace", which defines a set of parameters and structures sufficient to represent an envelope carrying Mats messages, as well as a deser-interface "MatsSerializer" which defines methods between MatsTrace and byte arrays - Employed by the Mats3 JMS Implementation.io.mats3.serial.impl An implementation ofMatsTracewhich uses short-named fields to carry all the needed information - meant to be field-serialized using for example Jackson.