Package | Description |
---|---|
com.tangosol.coherence.rest.io |
Contains classes related to REST marshalling.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonJsonMarshaller<T>
Jackson-based marshaller that marshals object to/from JSON.
|
class |
JaxbXmlMarshaller<T>
JAXB-based marshaller that marshals object to/from XML.
|
class |
JsonJacksonMarshaller<T>
Deprecated.
As of 12.2.1.0.0, replaced by
JacksonJsonMarshaller |
class |
XmlJaxbMarshaller<T>
Deprecated.
As of 12.2.1.0.0, replaced by
JaxbXmlMarshaller |