Package com.tangosol.coherence.rest.io
Class XmlJaxbMarshaller<T>
java.lang.Object
com.tangosol.coherence.rest.io.AbstractMarshaller<T>
com.tangosol.coherence.rest.io.JaxbXmlMarshaller<T>
com.tangosol.coherence.rest.io.XmlJaxbMarshaller<T>
- All Implemented Interfaces:
Marshaller<T>
Deprecated.
JAXB-based marshaller that marshals object to/from XML.
- Author:
- as 2011.07.10
-
Field Summary
Fields inherited from interface com.tangosol.coherence.rest.io.Marshaller
FORMAT_OUTPUT
-
Constructor Summary
ConstructorDescriptionXmlJaxbMarshaller
(Class<T> clzRoot) Deprecated.Construct an XmlJaxbMarshaller instance. -
Method Summary
Methods inherited from class com.tangosol.coherence.rest.io.JaxbXmlMarshaller
configureJaxbMarshaller, configureJaxbUnmarshaller, marshal, marshalAsFragment, unmarshal
Methods inherited from class com.tangosol.coherence.rest.io.AbstractMarshaller
getRootClass
-
Constructor Details
-
XmlJaxbMarshaller
Deprecated.Construct an XmlJaxbMarshaller instance.- Parameters:
clzRoot
- class of the root object this marshaller is for
-
JaxbXmlMarshaller