Click or drag to resize
DataOutputWriteObject Method (Serializable)
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
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteObject(
	Serializable obj
)

Parameters

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