Overload List
| Name | Description | |
|---|---|---|
| WriteObject(IGFSerializable) |
Write an IGFSerializable object to the DataOutput.
| |
| WriteObject(Serializable) |
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.
|