Class JacksonSerializer<T>
java.lang.Object
org.apache.drill.exec.serialization.JacksonSerializer<T>
- All Implemented Interfaces:
InstanceSerializer<T>
-
Constructor Summary
ConstructorDescriptionJacksonSerializer
(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<T> klazz) JacksonSerializer
(Class<T> klazz) -
Method Summary
-
Constructor Details
-
JacksonSerializer
-
JacksonSerializer
-
-
Method Details
-
deserialize
- Specified by:
deserialize
in interfaceInstanceSerializer<T>
- Throws:
IOException
-
serialize
- Specified by:
serialize
in interfaceInstanceSerializer<T>
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-