TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

IEMSSerializable.Serialize Method 

Write to the stream with data needed to serialize the target object.

void Serialize(
   Stream stream
);

Parameters

stream
The stream to serialize the object

Remarks

Please do not close the stream after writing nor modify its content prior to the position within the stream when the function is initially invoked.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

IEMSSerializable Interface | TIBCO.EMS Namespace