com.bea.wli.datatype
Class DataTypeSerializedValue
java.lang.Object
com.bea.wli.datatype.DataTypeSerializedValue
- All Implemented Interfaces:
- Serializable
public final class DataTypeSerializedValue
- extends Object
- implements Serializable
Represents a data type value in serialized form (suitable for storage into
and retrieval from a persistent data store).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataTypeSerializedValue
public DataTypeSerializedValue()
DataTypeSerializedValue
public DataTypeSerializedValue(byte[] bytes,
String storageFormat)
getBytes
public byte[] getBytes()
getStorageFormat
public String getStorageFormat()
setBytes
public void setBytes(byte[] bytes)
setStorageFormat
public void setStorageFormat(String storageFormat)