juneau-marshall
<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-marshall</artifactId>
<version>{@property juneauVersion}</version>
</dependency>
juneau-marshall-{@property juneauVersion}.jar
org.apache.juneau.marshall_{@property juneauVersion}.jar
The juneau-marshall artifact contains the API for defining serializers and parsers, and
marshalling support for JSON, XML, HTML, URL-Encoding, UON and others.
It also defines many convenience utility classes used throughout the framework.