[TIBCO.EMS .NET client library 5.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Writes an object to the bytes message stream.
Namespace:
TIBCO.EMSAssembly: 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