AbstractPofValue Properties |
The AbstractPofValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|