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 public class XmlJaxbMarshaller<T> extends JaxbXmlMarshaller<T>
Deprecated.As of 12.2.1.0.0, replaced byJaxbXmlMarshaller
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
Constructors Constructor Description XmlJaxbMarshaller(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
-
-