VMware Tanzu GemFire .NET Client API Reference

VMware Tanzu GemFire .NET Client: IDataSerializable Interface Reference
VMware Tanzu GemFire .NET Client
IDataSerializable Interface Reference

Interface for user defined serializable domain objects More...

Inheritance diagram for IDataSerializable:
ISerializable

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
inputDataInput stream to use for reading the object data
Returns
the deserialized object

◆ ToData()

void IDataSerializable.ToData ( IDataOutput  output)

Serializes this object

Parameters
outputDataOutput object to use for serializing the object

The documentation for this interface was generated from the following file:
  • gemfire.client/Interfaces/IDataSerializable.cs