Syntax
| C# |
|---|
public interface IGFSerializable |
| Visual Basic (Declaration) |
|---|
Public Interface IGFSerializable |
| Visual C++ |
|---|
public interface class IGFSerializable |
The type exposes the following members.
Public Methods
| 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.
|
Public Properties
| 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.
|
See Also
GemStone.GemFire.Cache Namespace