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
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public void WriteObject( Serializable obj ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteObject ( _ obj As Serializable _ ) |
| Visual C++ |
|---|
public: void WriteObject ( Serializable^ obj ) |
Parameters
- obj
- Serializable
The object to write.
See Also
DataOutput Class
GemStone.GemFire.Cache Namespace