All Classes and Interfaces

Class
Description
The EntityCodec API supports both the indirect and the direct views.
 
The base interface for a view on a codecs which are based on encode(), decode() and canDecode() methods.
A basic codec for entities (rather than streams).
 
The base interface for a view on a codecs which are based on getEncoder() and getDecoder() methods.
An entity codec provides the metohds getEncoder and getDecoder.
 
 
EntityTransform based on a collection of transforms that is delegated to.
 
 
 
 
StringCodec that prepends and appends a quote char to a given string and also escapes any occurrence of the quote char within the string with an escape char.