Class MappingPdxSerializer

java.lang.Object
org.springframework.data.gemfire.mapping.MappingPdxSerializer
All Implemented Interfaces:
PdxSerializer, Aware, ApplicationContextAware

public class MappingPdxSerializer extends Object implements PdxSerializer, ApplicationContextAware
PdxSerializer implementation using the Spring Data for Apache Geode GemfireMappingContext to read (deserialize) and write (serialize) entities from and to PDX.
Since:
1.2.0
Author:
Oliver Gierke, David Turanski, John Blum
See Also: