Click or drag to resize
CacheableObjectToData Method
Serializes this [!:System.Object] using [!:System.Runtime.Serialization.Formatters.Binary.BinaryFormatter] class.

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

Parameters

output
Type: GemStone.GemFire.CacheDataOutput
the DataOutput object to use for serializing the object

Implements

IGFSerializableToData(DataOutput)
See Also