Package com.tangosol.coherence.rest.io
package com.tangosol.coherence.rest.io
Contains classes related to REST marshalling.
-
ClassDescriptionAbstract base class for built-in marshallers.A pass-through marshaller that simply converts HTTP entities into a
Binary
and vice versa.Jackson-based marshaller that marshals object to/from JSON.JAXB-based marshaller that marshals object to/from XML.Deprecated.Marshaller that marshalls objects using a cache's key converter.Marshaller<T>An interface that must be implemented by REST marshallers.Registry for marshaller instances.A pass-through marshaller that simply converts HTTP entities into aStaticContent
and vice versa.Marshaller that marshalls String object.Deprecated.As of 12.2.1.0.0, replaced byJaxbXmlMarshaller
JacksonJsonMarshaller