Click or drag to resize
IPdxSerializerToData Method
Serializes this object in gemfire PDX format.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
bool ToData(
	Object o,
	IPdxWriter writer
)

Parameters

o
Type: SystemObject
the object which need to serialize
writer
Type: GemStone.GemFire.Cache.GenericIPdxWriter
the IPdxWriter object to use for serializing the object

Return Value

Type: Boolean
See Also