Package com.gigaspaces.converter

The POJO Converter interface and implementation

See:
          Description

Interface Summary
IPojoToEntryConverter An interface defining the functionality for a converter object, used implicitly (by the GigaSpacesTemplate) or explicitly (by the application developer) to convert Jini Entry objects to simple POJOs which do not implement any interface or extend any class, and the other way.
MappingType The Converter need to know to what to convert the POJO.
 

Class Summary
ConverterTracer This class is a tracer for the GigaSpaces converter.
 

Exception Summary
ConversionException This class is a ConversionException if something went wrong while conversion.
 

Package com.gigaspaces.converter Description

The POJO Converter interface and implementation