T
- Type to be deserialized into.
A class that implements this interface is expected to have a constructor with no parameter.
Implement ClusterResourceListener
to receive cluster metadata once it's available. Please see the class documentation for ClusterResourceListener for more information.
public interface Deserializer<T> extends Closeable
void configure(Map<String,?> configs, boolean isKey)
configs
- configs in key/value pairsisKey
- whether is for key or valueT deserialize(String topic, byte[] data)
topic
- topic associated with the datadata
- serialized bytes; may be null; implementations are recommended to handle null by returning a value or null rather than throwing an exception.void close()
close
in interface AutoCloseable
close
in interface Closeable