Package com.tangosol.coherence.rest.io
Class JsonJacksonMarshaller<T>
java.lang.Object
com.tangosol.coherence.rest.io.AbstractMarshaller<T>
com.tangosol.coherence.rest.io.JacksonJsonMarshaller<T>
com.tangosol.coherence.rest.io.JsonJacksonMarshaller<T>
- All Implemented Interfaces:
Marshaller<T>
Deprecated.
Jackson-based marshaller that marshals object to/from JSON.
- Author:
- as 2011.07.13
-
Field Summary
Fields inherited from interface com.tangosol.coherence.rest.io.Marshaller
FORMAT_OUTPUT
-
Constructor Summary
ConstructorDescriptionJsonJacksonMarshaller
(Class<T> clzRoot) Deprecated.Construct JsonJacksonMarshaller instance. -
Method Summary
Methods inherited from class com.tangosol.coherence.rest.io.JacksonJsonMarshaller
marshal, unmarshal
Methods inherited from class com.tangosol.coherence.rest.io.AbstractMarshaller
getRootClass
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
marshalAsFragment
-
Constructor Details
-
JsonJacksonMarshaller
Deprecated.Construct JsonJacksonMarshaller instance.- Parameters:
clzRoot
- class of the root object this marshaller is for
-
JacksonJsonMarshaller