Interface BinaryCodec<T>

All Superinterfaces:
IllegalArgumentCodec<T,byte[]>
All Known Implementing Classes:
BinaryStringCodec

public interface BinaryCodec<T> extends IllegalArgumentCodec<T,byte[]>