Struct Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The Struct 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.
(Inherited from Serializable.) |
![]() | ItemString | |
![]() | ItemUInt64 | |
![]() | Length |
Get the number of field values available.
|
![]() | ObjectSize |
return the size of this object in bytes
(Inherited from Serializable.) |
![]() | Set |
Get the parent StructSet of this Struct.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FromData |
Deserializes the native (C++) object -- returns an instance of the
Serializable class with the native object wrapped inside.
(Inherited from Serializable.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasNext |
Check whether another field value is available to iterate over
in this Struct.
|
![]() | Next |
Get the next field value item available in this Struct.
|
![]() | ToData |
Serializes this native (C++) object.
(Inherited from Serializable.) |
![]() | ToString |
Return a string representation of the object.
It simply returns the string representation of the underlying
native object by calling its toString() function.
(Inherited from Serializable.) |