| java.lang.Object | |
| ↳ | org.apache.helix.manager.zk.serializer.JacksonPayloadSerializer | 
Serializes and deserializes data of a generic type using Jackson
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convert raw bytes to a generic object instance 
  
   | |||||||||||
Convert a generic object instance to raw bytes 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.apache.helix.manager.zk.serializer.PayloadSerializer
 | |||||||||||
Convert raw bytes to a generic object instance
| clazz | The class represented by the deserialized bytes | 
|---|---|
| bytes | byte array representing the object | 
Convert a generic object instance to raw bytes
| data | instance of the generic type | 
|---|