Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.42 KB

README.adoc

File metadata and controls

32 lines (25 loc) · 1.42 KB

logo

Apache License, Version 2.0 Build Status

mmm-marshall-stax

Maven Central mmm-marshall-stax JavaDoc

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).

Usage

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;