DataOutputWriteObject Method |
Write an IGFSerializable object to the DataOutput.
Write a Serializable object to the DataOutput.
This is provided to conveniently pass primitive types (like string)
that shall be implicitly converted to corresponding
IGFSerializable wrapper types.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void WriteObject(
Object obj
)
Public Sub WriteObject (
obj As Object
)
public:
void WriteObject(
Object^ obj
)
member WriteObject :
obj : Object -> unit
Parameters
- obj
- Type: SystemObject
The object to write.The object to write.
See Also