IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins.io.dataobject
Interface DataObjectValueFactory


public interface DataObjectValueFactory

A factory for creating a data object value.

Since:
7.1.1

Method Summary
 SerializedValue createValue(byte[] data)
          Create a new SerializedValue wrapper for the value data.
 

Method Detail

createValue

SerializedValue createValue(byte[] data)
Create a new SerializedValue wrapper for the value data.

Parameters:
data - the serialized form of the value
Returns:
the value wrapper.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

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