Interface EntityCodecDirectBase<T>

All Superinterfaces:
EntityCodec<T>, EntityCodecDirect<T>, EntityCodecIndirect<T>
All Known Subinterfaces:
StringCodecDirectBase
All Known Implementing Classes:
StringCodecPrefixAndSuffix, StringCodecQuote

public interface EntityCodecDirectBase<T> extends EntityCodec<T>
A basic codec for entities (rather than streams). Typically for use with Strings.