Interface BitsCodec<T>

All Superinterfaces:
IllegalArgumentCodec<T,Set<String>>
All Known Implementing Classes:
BitsStringCodec

public interface BitsCodec<T> extends IllegalArgumentCodec<T,Set<String>>