io.mats3.serial.impl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mats-serial Show documentation
Show all versions of mats-serial Show documentation
Mats^3 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 Mats^3 JMS Implementation.
/**
* An implementation of {@link io.mats3.serial.MatsTrace MatsTrace} which uses short-named fields to carry all the
* needed information - meant to be field-serialized using for example Jackson.
*/
package io.mats3.serial.impl;