IGFSerializable.ToData Method |
Serializes this object.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxvoid ToData(
DataOutput output
)
Sub ToData (
output As DataOutput
)
void ToData(
DataOutput^ output
)
abstract ToData :
output : DataOutput -> unit
Parameters
- output
- Type: GemStone.GemFire.Cache.DataOutput
the DataOutput object to use for serializing the object
See Also