Interface Uint8Codec<T>

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

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