| java.lang.Object | |
| ↳ | org.apache.helix.controller.serializer.DefaultStringSerializer |
Default serializer implementation for converting to/from strings. Uses the Jackson JSON library to do the conversion
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Convert raw bytes to a generic object instance
| |||||||||||
Convert an object instance to a String
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.apache.helix.controller.serializer.StringSerializer
| |||||||||||
Convert raw bytes to a generic object instance
| clazz | The class represented by the deserialized string |
|---|---|
| string | String representing the object |
Convert an object instance to a String
| data | instance of an arbitrary type |
|---|