public interface CoderProvider
CoderProvider may create a Coder for
any concrete class.| Modifier and Type | Method and Description |
|---|---|
<T> Coder<T> |
getCoder(TypeDescriptor<T> type)
Provides a coder for a given class, if possible.
|
<T> Coder<T> getCoder(TypeDescriptor<T> type) throws CannotProvideCoderException
CannotProvideCoderException - if no coder can be provided