Click or drag to resize
DataOutputWriteObject Method
Write an IGFSerializable object to the DataOutput.
Write a Serializable object to the DataOutput. This is provided to conveniently pass primitive types (like string) that shall be implicitly converted to corresponding IGFSerializable wrapper types.

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

Parameters

obj
Type: SystemObject
The object to write.The object to write.
See Also