[TIBCO.EMS .NET client library 6.0 documentation]

Writes an object to the bytes message stream.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public void WriteObject(
	Object value
)
Public Sub WriteObject ( _
	value As Object _
)
public:
void WriteObject(
	Object^ value
)

Parameters

value
Type: System..::.Object
the object to be written

Remarks

Converts an object to a primitive value (if possible), and writes that value to the byte stream.

This method works only for the objectified primitive object types (Integer, Double, Long ...), String objects, and byte arrays

See Also