Uses of Class
com.tangosol.coherence.rest.io.AbstractMarshaller
-
Packages that use AbstractMarshaller Package Description com.tangosol.coherence.rest.io Contains classes related to REST marshalling. -
-
Uses of AbstractMarshaller in com.tangosol.coherence.rest.io
Subclasses of AbstractMarshaller in com.tangosol.coherence.rest.io Modifier and Type Class 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 byJacksonJsonMarshaller
class
XmlJaxbMarshaller<T>
Deprecated.As of 12.2.1.0.0, replaced byJaxbXmlMarshaller
-