The module io.github.mmm.marshall.stax
(artifactId mmm-marshall-stax
) provides the implementation to marshall (serialize) and unmarshall (deserialize) data from/to XML via StAX (Streaming API for XML).
Maven Dependency:
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-marshall-stax</artifactId>
<!-- <version>${mmmVersion}</version> -->
</dependency>
Gradle Dependency:
implementation 'io.github.m-m-m:mmm-marshall-stax:${mmmVersion}'
For ${mmmVersion}
please fill in the latest version that you can find in the badge above.
Module Dependency:
requires static io.github.mmm.marshall.stax;