Click or drag to resize
DataOutputWriteObject Method (IGFSerializable)
Write an IGFSerializable object to the DataOutput.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteObject(
	IGFSerializable obj
)

Parameters

obj
Type: GemStone.GemFire.CacheIGFSerializable
The object to write.
See Also