Interface Uint64Codec<T>

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

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