Interface ObjectMapper<T>

Type Parameters:
T - Type of the mapped object
All Superinterfaces:
ObjectReader<T>, ObjectWriter<T>
All Known Implementing Classes:
AbstractObjectMapper, AbstractObjectReader, AbstractObjectWriter

public interface ObjectMapper<T>
extends ObjectReader<T>, ObjectWriter<T>
Interface combining ObjectReader and ObjectWriter
Version:
$Id: $
Author:
Nicolas Morel