Package com.tangosol.coherence.rest.io
Contains classes related to REST marshalling.
-
Interface Summary Interface Description Marshaller<T> An interface that must be implemented by REST marshallers. -
Class Summary Class Description AbstractMarshaller<T> Abstract base class for built-in marshallers.BinaryMarshaller A pass-through marshaller that simply converts HTTP entities into aBinary
and vice versa.JacksonJsonMarshaller<T> Jackson-based marshaller that marshals object to/from JSON.JaxbXmlMarshaller<T> JAXB-based marshaller that marshals object to/from XML.JsonJacksonMarshaller<T> Deprecated. As of 12.2.1.0.0, replaced byJacksonJsonMarshaller
KeyConverterAdapter Marshaller that marshalls objects using a cache's key converter.MarshallerRegistry Registry for marshaller instances.StaticContentMarshaller A pass-through marshaller that simply converts HTTP entities into aStaticContent
and vice versa.StringMarshaller Marshaller that marshalls String object.XmlJaxbMarshaller<T> Deprecated. As of 12.2.1.0.0, replaced byJaxbXmlMarshaller