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 public class JsonJacksonMarshaller<T> extends JacksonJsonMarshaller<T>
Deprecated.As of 12.2.1.0.0, replaced byJacksonJsonMarshaller
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
Constructors Constructor Description JsonJacksonMarshaller(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
-
-