mats-serial 0.19.13-2023-12-07 API
| 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 of
MatsTrace which uses short-named fields to carry all the
needed information - meant to be field-serialized using for example Jackson. |