IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins.io
Interface KeySerializerPlugin

All Superinterfaces:
BackingMapPlugin, DataSerializer, DataSerializer.DataAttributeInflatable, DataSerializer.Identifiable, Destroyable, Initializable, KeyDataSerializer

public interface KeySerializerPlugin
extends KeyDataSerializer, BackingMapPlugin

DataSerializer BackingMap plug-ins implement this interface to serialize and inflate key data objects and attributes.

Several mix-in interfaces are provided to allow additional capabilities for keys.

Since:
7.1.1
See Also:
MapSerializerPlugin

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.websphere.objectgrid.plugins.io.KeyDataSerializer
KeyDataSerializer.Partitionable
 
Nested classes/interfaces inherited from interface com.ibm.websphere.objectgrid.plugins.io.DataSerializer
DataSerializer.DataAttributeInflatable, DataSerializer.Identifiable, DataSerializer.SpecialValue, DataSerializer.UserReadable
 
Method Summary
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.io.KeyDataSerializer
getKeyDataDescriptor
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.io.DataSerializer.DataAttributeInflatable
getAttributeContexts, inflateDataObjectAttributes
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.io.DataSerializer.Identifiable
equals, hasBinaryEquality, hashCode
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.io.DataSerializer
inflateDataObject, serializeDataObject
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.BackingMapPlugin
getBackingMap, setBackingMap
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.Initializable
initialize, isInitialized
 
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.Destroyable
destroy, isDestroyed
 


IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.