Click or drag to resize
RegionAttributes.ToData Method
Serializes this Properties object.

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

Parameters

output
Type: GemStone.GemFire.Cache.DataOutput
the DataOutput stream to use for serialization

Implements

IGFSerializable.ToData(DataOutput)
See Also