Click or drag to resize
DataOutputWriteObject Method
Overload List
  NameDescription
Public methodWriteObject(IGFSerializable)
Write an IGFSerializable object to the DataOutput.
Public methodWriteObject(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.
Top
See Also