Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The AbstractPofValue type exposes the following members.

Properties

  NameDescription
BinaryValue
Return binary representation of this value.
DirtyBytesCount
Get the estimated number of dirty bytes in this POF value hierarchy.
IsDirty
Return true if this value has been modified, false otherwise.
IsRoot
Return true if this instance is the root of the IPofValue hierarchy.
IsUniformEncoded
Return true if the buffer contains only the value, without the type identifier.
Offset
Return the offset of this value from the beginning of POF stream.
Parent
Return the parent of this value.
PofContext
Return the POF context to use for serialization and deserialization.
Root
Return the root of the hierarchy this value belongs to.
Size
Return the size of the encoded value in bytes.
TypeId
Obtain the POF type identifier for this value.

See Also