Click or drag to resize
IGFSerializableToData Method
Serializes this object.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
void ToData(
	DataOutput output
)

Parameters

output
Type: GemStone.GemFire.Cache.GenericDataOutput
the DataOutput object to use for serializing the object
See Also