IGFSerializable Interface |
Namespace: GemStone.GemFire.Cache.Generic
The IGFSerializable 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 |
Get the size of this object in bytes.
This is only needed if you use the HeapLRU feature.
|
Name | Description | |
---|---|---|
![]() | FromData |
Deserialize this object, typical implementation should return
the 'this' pointer.
|
![]() | ToData |
Serializes this object.
|
![]() | ToString |
Return a string representation of the object.
|