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

The PofArray type exposes the following members.

Properties

  NameDescription
BinaryValue
Return binary representation of this value.
(Inherited from AbstractPofValue.)
DirtyBytesCount
Get the estimated number of dirty bytes in this POF value hierarchy.
(Inherited from AbstractPofValue.)
IsDirty
Return true if this value has been modified, false otherwise.
(Inherited from AbstractPofValue.)
IsRoot
Return true if this instance is the root of the IPofValue hierarchy.
(Inherited from AbstractPofValue.)
IsUniformCollection
Return true if this complex value is encoded as one of uniform collection types.
(Inherited from ComplexPofValue.)
IsUniformEncoded
Return true if the buffer contains only the value, without the type identifier.
(Inherited from AbstractPofValue.)
Length
Return the length of this array.
Offset
Return the offset of this value from the beginning of POF stream.
(Inherited from AbstractPofValue.)
Parent
Return the parent of this value.
(Inherited from AbstractPofValue.)
PofContext
Return the POF context to use for serialization and deserialization.
(Inherited from AbstractPofValue.)
Root
Return the root of the hierarchy this value belongs to.
(Inherited from AbstractPofValue.)
Size
Return the size of the encoded value in bytes.
(Inherited from AbstractPofValue.)
TypeId
Obtain the POF type identifier for this value.
(Inherited from AbstractPofValue.)
UniformElementType
Gets or sets element type if this is a uniform collection.
(Inherited from ComplexPofValue.)

See Also