Class ResourceCapableCacheDataImporterExporter

java.lang.Object
org.springframework.geode.data.AbstractCacheDataImporterExporter
org.springframework.geode.data.support.ResourceCapableCacheDataImporterExporter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.DestructionAwareBeanPostProcessor, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, org.springframework.context.ResourceLoaderAware, CacheDataExporter, CacheDataImporter, CacheDataImporterExporter
Direct Known Subclasses:
JsonCacheDataImporterExporter

public abstract class ResourceCapableCacheDataImporterExporter extends AbstractCacheDataImporterExporter implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware
An AbstractCacheDataImporterExporter extension and implementation capable of handling and managing import and export Resources.
Since:
1.3.1
See Also: