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