The module io.github.mmm.marshall.yaml
(artifactId mmm-marshall-yaml
) provides the implementation to marshall (serialize) and unmarshall (deserialize) data from/to YAML without any third-party (native implementation).
Maven Dependency:
<dependency>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm-marshall-yaml</artifactId>
<!-- <version>${mmmVersion}</version> -->
</dependency>
Gradle Dependency:
implementation 'io.github.m-m-m:mmm-marshall-yaml:${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.yaml;