public interface DataWatcherRegistry
| Modifier and Type | Method and Description |
|---|---|
<F> DataWatcherSerializer<F,?> |
getSerializer(DataWatcherKey<F> key)
Get the
DataWatcherSerializer put with the given key. |
<F> DataWatcherSerializer<F,?> getSerializer(DataWatcherKey<F> key)
DataWatcherSerializer put with the given key.F - the 'From' type of the DataWatcherKeykey - the key associated with the wanted serializerDataWatcherSerializer put with the given key or null if absent