|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueDataSerializer
DataSerializers implement this interface to serialize and inflate value data objects and attributes.
Several mix-in interfaces are provided to allow additional capabilities for values.
Nested Class Summary | |
---|---|
static interface |
ValueDataSerializer.Mergeable
ValueDataSerializers implement the optional Mergeable interface when it is possible that the clients or replicas in the grid may have multiple versions of the serializer. |
static interface |
ValueDataSerializer.Versionable
ValueDataSerializers can implement the optional Versionable interface to allow high performance versioning when using in conjunction with the optimistic locking strategy. |
Method Summary | |
---|---|
ValueDataDescriptor |
getValueDataDescriptor()
Retrieve the metadata for the objects that this DataSerializer understands. |
Methods inherited from interface com.ibm.websphere.objectgrid.plugins.io.DataSerializer.DataAttributeInflatable |
---|
getAttributeContexts, inflateDataObjectAttributes |
Method Detail |
---|
ValueDataDescriptor getValueDataDescriptor()
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |