Package io.github.mmm.marshall

Provides the API for marshalling and unmarshalling data.

Marshall API

This package provides the API for marshalling (serializing) and unmarshalling (deserialzing) objects to structured formats such as JSON or XML.
ATTENTION:
Generic methods such as StructuredWriter.writeValue(Object) and especially StructuredReader.readValue(Class) only exist for convenience and simple usage. They only support the following standard Java value types: