VMware Tanzu GemFire .NET Client API Reference
IDataSerializable Interface Reference
Interface for user defined serializable domain objects More...
Inheritance diagram for IDataSerializable:
Public Member Functions | |
| void | FromData (IDataInput input) |
| Deserialize this object, typical implementation should return the 'this' pointer More... | |
| void | ToData (IDataOutput output) |
| Serializes this object More... | |
Detailed Description
Interface for user defined serializable domain objects
Member Function Documentation
◆ FromData()
| void IDataSerializable.FromData | ( | IDataInput | input | ) |
Deserialize this object, typical implementation should return the 'this' pointer
- Parameters
-
input DataInput stream to use for reading the object data
- Returns
- the deserialized object
◆ ToData()
| void IDataSerializable.ToData | ( | IDataOutput | output | ) |
Serializes this object
- Parameters
-
output DataOutput object to use for serializing the object
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IDataSerializable.cs

