Package org.aksw.commons.codec.entity.api
package org.aksw.commons.codec.entity.api
-
ClassDescriptionEntityCodec<T>The EntityCodec API supports both the indirect and the direct views.EntityCodecAdapter<T,
C extends EntityCodecDirect<T>> 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.