org.apache.helix.controller.serializer.StringSerializer |
Known Indirect Subclasses |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convert raw bytes to a generic object instance
| |||||||||||
Convert an object instance to a String
|
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 |
---|