Interface DictCodec<T,E>

Type Parameters:
T - The type of the dictionary argument value.
E - The type of the dictionary key elements.

public interface DictCodec<T,E>
A codec for dictionary argument values.