CacheableUndefined Class |
Namespace: GemStone.GemFire.Cache.Generic
The CacheableUndefined type exposes the following members.
Name | Description | |
---|---|---|
![]() | CacheableUndefined |
Allocates a new empty instance.
|
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.
|
![]() | ObjectSize |
return the size of this object in bytes
|
Name | Description | |
---|---|---|
![]() ![]() | Create |
Static function to create a new empty instance.
|
![]() ![]() | 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 |
Deserialize this object, typical implementation should return
the 'this' pointer.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToData |
Serializes this object.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |