CacheableStringArray Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The CacheableStringArray type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
(Overrides SerializableClassId.) |
![]() | Item | |
![]() | Length |
Gets the length of the array.
|
![]() | ObjectSize |
return the size of this object in bytes
(Overrides SerializableObjectSize.) |
Name | Description | |
---|---|---|
![]() ![]() | Create(String) |
Static function to create a new instance copying from the given
string array.
|
![]() ![]() | Create(CacheableString) |
Static function to create a new instance assigning the given
CacheableString array.
|
![]() ![]() | CreateDeserializable |
Factory function to register this class.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromData |
Deserializes the managed object -- returns an instance of the
IGFSerializable class.
(Overrides SerializableFromData(DataInput).) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValues |
Returns a copy of the underlying array of strings.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToData |
Serializes this managed object.
(Overrides SerializableToData(DataOutput).) |
![]() | ToString | (Overrides SerializableToString.) |