Uses of Package
io.github.mmm.marshall
-
Packages that use io.github.mmm.marshall Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.bean.property ContainsBeanProperty
to allow a bean to contain another bean.io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity.io.github.mmm.entity.property.id Contains property support for IDs.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation).io.github.mmm.marshall Provides the API for marshalling and unmarshalling data.io.github.mmm.marshall.json io.github.mmm.marshall.jsonp ContainsJsonpMarshalling
for JSON marshaling support based on JSON-P.io.github.mmm.marshall.standard io.github.mmm.marshall.stax ContainsStaxMarshalling
for XML marshaling support based on StAX.io.github.mmm.marshall.tvm.xml Contains marshalling for XML format based on TeaVM.io.github.mmm.property Provides the API for generic and powerful properties.io.github.mmm.property.booleans Contains property infrastructure forBoolean
.io.github.mmm.property.container Contains property infrastructure for containers (such as Collection or Map).io.github.mmm.property.container.collection io.github.mmm.property.container.list Contains property infrastructure forList
.io.github.mmm.property.container.map Contains property infrastructure forMap
.io.github.mmm.property.container.set Contains property infrastructure forSet
.io.github.mmm.property.number Contains property infrastructure forNumber
.io.github.mmm.property.number.bigdecimal Contains property infrastructure forBigDecimal
.io.github.mmm.property.number.biginteger Contains property infrastructure forBigInteger
.io.github.mmm.property.number.bytes Contains property infrastructure forByte
.io.github.mmm.property.number.doubles Contains property infrastructure forDouble
.io.github.mmm.property.number.floats Contains property infrastructure forFloat
.io.github.mmm.property.number.integers Contains property infrastructure forInteger
.io.github.mmm.property.number.longs Contains property infrastructure forLong
.io.github.mmm.property.number.shorts Contains property infrastructure forShort
.io.github.mmm.property.object Contains property infrastructure forObject
.io.github.mmm.property.range Contains property infrastructure forRange
.io.github.mmm.property.string Contains property infrastructure forString
.io.github.mmm.property.temporal Contains property infrastructure forjava.time
.io.github.mmm.property.temporal.instant Contains property infrastructure forInstant
.io.github.mmm.property.temporal.localdate Contains property infrastructure forLocalDate
.io.github.mmm.property.temporal.localdatetime Contains property infrastructure forLocalDateTime
.io.github.mmm.property.temporal.localtime Contains property infrastructure forLocalTime
.io.github.mmm.property.temporal.offsetdatetime Contains property infrastructure forOffsetDateTime
.io.github.mmm.property.temporal.offsettime Contains property infrastructure forOffsetTime
.io.github.mmm.property.temporal.zoneddatetime Contains property infrastructure forZonedDateTime
. -
Classes in io.github.mmm.marshall used by io.github.mmm.bean Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.bean.property Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.entity.bean Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.entity.id Class Description StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.entity.property.id Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.entity.property.link Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.marshall Class Description AbstractStructuredWriter Abstract base implementation ofStructuredWriter
.MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingConfig ConfigMap
for marshalling.StructuredFormat Interface providing a structured format such as JSON or XML.StructuredFormatFactory Factory to create instances ofStructuredFormat
.StructuredFormatProvider Factory to create instances ofStructuredFormat
.StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredReader.State Enum with the possible states of aStructuredReader
.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.marshall.json Class Description MarshallingConfig ConfigMap
for marshalling.StructuredFormat Interface providing a structured format such as JSON or XML.StructuredFormatProvider Factory to create instances ofStructuredFormat
. -
Classes in io.github.mmm.marshall used by io.github.mmm.marshall.jsonp Class Description MarshallingConfig ConfigMap
for marshalling.StructuredFormat Interface providing a structured format such as JSON or XML.StructuredFormatProvider Factory to create instances ofStructuredFormat
. -
Classes in io.github.mmm.marshall used by io.github.mmm.marshall.standard Class Description Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.marshall.stax Class Description MarshallingConfig ConfigMap
for marshalling.StructuredFormat Interface providing a structured format such as JSON or XML.StructuredFormatProvider Factory to create instances ofStructuredFormat
. -
Classes in io.github.mmm.marshall used by io.github.mmm.marshall.tvm.xml Class Description MarshallingConfig ConfigMap
for marshalling.StructuredFormat Interface providing a structured format such as JSON or XML.StructuredFormatProvider Factory to create instances ofStructuredFormat
. -
Classes in io.github.mmm.marshall used by io.github.mmm.property Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.booleans Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.container Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.container.collection Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.container.list Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.container.map Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.container.set Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.bigdecimal Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.biginteger Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.bytes Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.doubles Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.floats Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.integers Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.longs Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.number.shorts Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.object Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.range Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.string Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject StructuredReader Interface for a reader to parse astructured format
such as JSON or XML.StructuredWriter Interface for a writer to produce astructured format
such as JSON or XML.UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.instant Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.localdate Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.localdatetime Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.localtime Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.offsetdatetime Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.offsettime Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML. -
Classes in io.github.mmm.marshall used by io.github.mmm.property.temporal.zoneddatetime Class Description MarshallableObject Interface for an object that canwrite itself
to structured formats such as JSON or XML.Marshaller Interface for a marshaller that canwrite
(marshall or serialize) an object to structured formats such as JSON or XML.Marshalling A combination ofMarshaller
andUnmarshaller
.MarshallingObject UnmarshallableObject Interface for an object that canread its data
from structured formats such as JSON or XML.Unmarshaller Interface for an unmarshaller that canread
(unmarshall or de-serialize) an object from structured formats such as JSON or XML.