Interface EntityCodecIndirectBase<T>

Type Parameters:
T - The entity type on which encoding/decoding operates
All Superinterfaces:
EntityCodec<T>, EntityCodecDirect<T>, EntityCodecIndirect<T>
All Known Implementing Classes:
EntityCodecAdapter, EntityCodecImpl

public interface EntityCodecIndirectBase<T> extends EntityCodec<T>
An entity codec provides the metohds getEncoder and getDecoder. For convenience the interface extends EntityCodecDirectBase which provides the simply encode and decode shortcuts.
Author:
Claus Stadler