Package org.springframework.data.gemfire.serialization

Classes supporting the org.springframework.data.gemfire package.

See:
          Description

Interface Summary
InstantiatorGenerator Factory that generates Instantiator classes to improve instantiation of custom types.
 

Class Summary
AsmInstantiatorGenerator ASM based InstantiatorGenerator implementation.
EnumSerializer Generic Serializer for JDK Enums.
InstantiatorFactoryBean FactoryBean that eases registration of custom Instantiator through InstantiatorGenerators, inside the Spring container.
WiringInstantiator Instantiator that performs instance wiring using the Spring IoC container, allowing common properties to be injected before the object is hydrated/deserialized.
 

Package org.springframework.data.gemfire.serialization Description

Classes supporting the org.springframework.data.gemfire package. Provides various serialization helpers.



Copyright © 2010-2011 SpringSource, a division of VMware. All Rights Reserved.