IPdxSerializerToData Method |
Serializes this object in gemfire PDX format.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxbool ToData(
Object o,
IPdxWriter writer
)
Function ToData (
o As Object,
writer As IPdxWriter
) As Boolean
bool ToData(
Object^ o,
IPdxWriter^ writer
)
abstract ToData :
o : Object *
writer : IPdxWriter -> bool
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