Interface Codec<A,B>

All Known Implementing Classes:
BlockfileHeaderBlock.BlockfileHeaderCodec, ByteArraysCodec, Codec.FunctionalCodec, Codec.NullPassthroughCodec, GzipStatefulCodec, RawLongListCodec, StringCodec

public interface Codec<A,B>
A bi-directional Function where encoding then decoding should typically return the original value.