PofUniformSparseArray Class | 
Namespace: Tangosol.IO.Pof.Reflection
public class PofUniformSparseArray : PofSparseArray
The PofUniformSparseArray type exposes the following members.
| Name | Description | |
|---|---|---|
| PofUniformSparseArray | 
            Construct a PofUniformSparseArray instance wrapping the supplied 
            binary.
              | 
| Name | Description | |
|---|---|---|
| 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.) | |
| 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.) | 
| Name | Description | |
|---|---|---|
| ApplyChanges | 
            Apply all the changes that were made to this value and return a 
            binary representation of the new value.
              (Inherited from AbstractPofValue.) | |
| EnsureReferenceRegistry | 
            Obtain the registry for identity-reference pairs, creating it if
            necessary.
              (Inherited from AbstractPofValue.) | |
| Equals | (Inherited from Object.) | |
| ExtractChild | 
            Extract child IPofValue from this value.
              (Inherited from ComplexPofValue.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| FindChild | 
            Find the child value with the specified index.
              (Inherited from ComplexPofValue.) | |
| FindChildInternal | 
            Find the child value with the specified index.
              (Inherited from PofSparseArray.) | |
| GetBoolean | 
            Return the Boolean which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetBooleanArray | 
            Return the Boolean[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetByte | 
            Return the Byte which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetByteArray | 
            Return the Byte[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetChanges | 
            Return a binary containing changes made to this IPofValue in the
            format defined by the BinaryDeltaCompressor.
              (Inherited from AbstractPofValue.) | |
| GetChar | 
            Return the Char which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetCharArray | 
            Return the Char[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetChild | 
            Locate a child IPofValue contained within this IPofValue.
              (Inherited from ComplexPofValue.) | |
| GetChildrenEnumerator | 
            Return an enumerator over all parsed child values.
              (Inherited from ComplexPofValue.) | |
| GetCollection(ICollection) | 
            Return an ICollection of object values which this IPofValue
            represents.
              (Inherited from AbstractPofValue.) | |
| GetCollectionT(ICollectionT) | 
            Return an ICollection<T> of object values which this
            IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDate | 
            Return the DateTime which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDateTime | 
            Return the DateTime which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDayTimeInterval | 
            Return the TimeSpan which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDecimal | 
            Return the Decimal which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDictionary(IDictionary) | 
            Return an IDictionary of key/value pairs which this
            IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDictionaryTKey, TValue(IDictionaryTKey, TValue) | 
            Read an IDictionar<TKey, TValue>y of key/value pairs
            which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDouble | 
            Return the Double which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetDoubleArray | 
            Return the Double[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetInt16 | 
            Return the Int16 which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetInt16Array | 
            Return the Int16[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetInt32 | 
            Return the Int32 which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetInt32Array | 
            Return the Int32[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetInt64 | 
            Return the Int64 which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetInt64Array | 
            Return the Int64[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetLastChildIndex | 
            Return index of the last parsed child with an index lower than the
            specified one.
              (Inherited from ComplexPofValue.) | |
| GetSerializedValue | 
            Return this value's serialized form.
              (Inherited from AbstractPofValue.) | |
| GetSingle | 
            Return the Single which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetSingleArray | 
            Return the Single[] which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetString | 
            Return the String which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetValue | 
            Return the deserialized value which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetValue(Int32) | 
            Return the deserialized value which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| GetValue(Type) | 
            Return the deserialized value which this IPofValue represents.
              (Inherited from AbstractPofValue.) | |
| IncrementDirtyBytesCount | 
            Increment the counter representing the estimated number of bytes
            in the original buffer that have been modified.
              (Inherited from AbstractPofValue.) | |
| IncrementDirtyValuesCount | 
            Increment the counter representing the number of values within
            this POF hierarchy that have been modified.
              (Inherited from AbstractPofValue.) | |
| InstantiateNullValue | 
            Instantiate a PofSparseArrayNilPofValue (factory method).
              (Overrides PofSparseArrayInstantiateNullValue(Int32, Int32).) | |
| LookupIdentity | 
            Look up the specified identity and return the object to which it
            refers.
              (Inherited from AbstractPofValue.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RegisterIdentity | 
            Register the passed value with the passed identity.
              (Inherited from AbstractPofValue.) | |
| SetDirty | 
            Set the dirty flag for this value.
              (Inherited from AbstractPofValue.) | |
| SetUniformEncoded | 
            Specifies that the buffer contains only a value, without a type
            identifier.
              (Inherited from AbstractPofValue.) | |
| SetValue | 
            Update this PofValue.
              (Inherited from AbstractPofValue.) | |
| SkipChild | 
            Skip a single child value.
              (Inherited from ComplexPofValue.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| m_nType | 
            POF type identifer of this value.
              (Inherited from AbstractPofValue.) | |
| m_oValue | 
            Deserialized representation of this value.
              (Inherited from AbstractPofValue.) |