Interface Uint32Codec<T>

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

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