Spring Session for VMware GemFire
Package org.springframework.session.data.gemfire.serialization.data.support
package org.springframework.session.data.gemfire.serialization.data.support
-
ClassesClassDescriptionRegister the custom Spring Session
DataSerializableSessionSerializerwith Apache Geode/Pivotal GemFire's DataSerialization framework as theDataSerializerused to handle de/serialization of theSession, theSessionAttributes and any application domain model objects contained in theSession(if necessary).DataSerializerSessionSerializerAdapter<T extends org.springframework.session.Session>TheDataSerializerSessionSerializerAdapterclass is a two-way Adapter adapting aSessionSerializeras an instance ofDataSerializerin a GemFire/Geode context, or adapting aDataSerializeras an instance ofSessionSerializerin a Spring Session context.