Serializable Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The Serializable 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.
|
![]() | ObjectSize |
return the size of this object in bytes
|
Name | Description | |
---|---|---|
![]() | 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 native (C++) object -- returns an instance of the
Serializable class with the native object wrapped inside.
|
![]() | 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.) |
![]() ![]() | RegisterType |
Register an instance factory method for a given type.
This should be used when registering types that implement
IGFSerializable.
|
![]() | ToData |
Serializes this native (C++) object.
|
![]() | ToString |
Return a string representation of the object.
It simply returns the string representation of the underlying
native object by calling its toString() function.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | (Boolean to Serializable) |
Implicit conversion operator from a boolean
to a Serializable.
|
![]() ![]() | (Boolean to Serializable) |
Implicit conversion operator from an boolean array
to a Serializable.
|
![]() ![]() | (Byte to Serializable) |
Implicit conversion operator from a byte
to a Serializable.
|
![]() ![]() | (Byte to Serializable) |
Implicit conversion operator from an array of bytes
to a Serializable.
|
![]() ![]() | (Char to Serializable) |
Implicit conversion operator from a character
to a Serializable.
|
![]() ![]() | (Char to Serializable) |
Implicit conversion operator from a character array
to a Serializable.
|
![]() ![]() | (Double to Serializable) |
Implicit conversion operator from a double
to a Serializable.
|
![]() ![]() | (Double to Serializable) |
Implicit conversion operator from a double array
to a Serializable.
|
![]() ![]() | (Int16 to Serializable) |
Implicit conversion operator from a 16-bit integer
to a Serializable.
|
![]() ![]() | (Int16 to Serializable) |
Implicit conversion operator from a 16-bit integer array
to a Serializable.
|
![]() ![]() | (Int32 to Serializable) |
Implicit conversion operator from a 32-bit integer
to a Serializable.
|
![]() ![]() | (Int32 to Serializable) |
Implicit conversion operator from a 32-bit integer array
to a Serializable.
|
![]() ![]() | (Int64 to Serializable) |
Implicit conversion operator from a 64-bit integer
to a Serializable.
|
![]() ![]() | (Int64 to Serializable) |
Implicit conversion operator from a 64-bit integer array
to a Serializable.
|
![]() ![]() | (Single to Serializable) |
Implicit conversion operator from a float
to a Serializable.
|
![]() ![]() | (Single to Serializable) |
Implicit conversion operator from a float array
to a Serializable.
|
![]() ![]() | (String to Serializable) |
Implicit conversion operator from a string
to a Serializable.
|
![]() ![]() | (String to Serializable) |
Implicit conversion operator from a string array
to a Serializable.
|