Interface EntityCodec<T>

Type Parameters:
T -
All Superinterfaces:
EntityCodecDirect<T>, EntityCodecIndirect<T>
All Known Subinterfaces:
EntityCodecDirectBase<T>, EntityCodecIndirectBase<T>, StringCodec, StringCodecDirectBase
All Known Implementing Classes:
EntityCodecAdapter, EntityCodecImpl, StringCodecPrefixAndSuffix, StringCodecQuote

public interface EntityCodec<T> extends EntityCodecDirect<T>, EntityCodecIndirect<T>
The EntityCodec API supports both the indirect and the direct views.
Author:
Claus Stadler