Interface Uint16Codec<T>

Type Parameters:
T - Output type of serialization.
All Superinterfaces:
IllegalArgumentCodec<T,Uint16>

public interface Uint16Codec<T> extends IllegalArgumentCodec<T,Uint16>
A codec between Uint16 and some other representation.