Skip to main content

juneau-marshall Basics

Maven Dependency

<dependency>
<groupId>org.apache.juneau</groupId>
<artifactId>juneau-marshall</artifactId>
<version>${juneau.version}</version>
</dependency>

Java Library

juneau-marshall-0.0.0.jar

OSGi Module

org.apache.juneau.marshall_0.0.0.jar

Contents/Features

  • Foundation for all serializers and parsers.
  • Implementations for all serializers and parsers except RDF languages.
  • Extensions to Apache HttpCore components used by both client and server APIs.
  • Assertions APIs.
  • Various reusable utilities used throughout the framework.