org.springframework.data.gemfire package.See: Description
| Interface | Description |
|---|---|
| InstantiatorGenerator |
Factory that generates
Instantiator classes to improve instantiation of
custom types. |
| Class | Description |
|---|---|
| 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.
|
org.springframework.data.gemfire package.
Provides various serialization helpers.