IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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

All Superinterfaces:
BackingMapPlugin, DataSerializer, DataSerializer.DataAttributeInflatable, Destroyable, Initializable, ValueDataSerializer

public interface ValueSerializerPlugin
extends ValueDataSerializer, BackingMapPlugin

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

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

Since:
7.1.1
See Also:
MapSerializerPlugin

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.websphere.objectgrid.plugins.io.ValueDataSerializer
ValueDataSerializer.Mergeable, ValueDataSerializer.Versionable
 
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.ValueDataSerializer
getValueDataDescriptor
 
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
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.