Package com.tangosol.coherence.rest.io
Class AbstractMarshaller<T>
- java.lang.Object
-
- com.tangosol.coherence.rest.io.AbstractMarshaller<T>
-
- All Implemented Interfaces:
Marshaller<T>
- Direct Known Subclasses:
JacksonJsonMarshaller
,JaxbXmlMarshaller
public abstract class AbstractMarshaller<T> extends Object implements Marshaller<T>
Abstract base class for built-in marshallers.- Author:
- as 2011.07.10
-
-
Field Summary
-
Fields inherited from interface com.tangosol.coherence.rest.io.Marshaller
FORMAT_OUTPUT
-
-
Constructor Summary
Constructors Constructor Description AbstractMarshaller(Class<T> clzRoot)
Construct a marshaller instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<T>
getRootClass()
Return class of the root object this marshaller is for.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.tangosol.coherence.rest.io.Marshaller
marshal, marshalAsFragment, unmarshal
-
-