Interface Codec

All Known Implementing Classes:
CellCodec, CellCodecWithTags, KeyValueCodec, KeyValueCodecWithTags, MessageCodec, SecureWALCellCodec, WALCellCodec

@LimitedPrivate({"Coprocesssor","Phoenix"}) public interface Codec
Encoder/Decoder for Cell.

Like DataBlockEncoder only Cell-based rather than KeyValue version 1 based and without presuming an hfile context. Intent is an Interface that will work for hfile and rpc.