P - the data's typepublic interface InternalDeserializer<P>
| Modifier and Type | Method and Description |
|---|---|
P |
deserialize(java.lang.String topic,
byte[] data)
Deserialize data.
|
P deserialize(java.lang.String topic, byte[] data)
topic - the topic where the message comes fromdata - data to be deserialized