Interface StringCodec

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

public interface StringCodec extends EntityCodec<String>