juneau-marshall
Maven Dependency

<dependency> <groupId>org.apache.juneau</groupId> <artifactId>juneau-marshall</artifactId> <version>{@property juneauVersion}</version> </dependency>

Java Library

juneau-marshall-{@property juneauVersion}.jar

OSGi Module

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.