IEMSSerialziable.Serialize


Method

Declaration

void Serialize( 
    System.IO.Stream stream ); 

Purpose

Serialize an object.

Parameter
Description
stream
Serialize the object’s data to this stream.

Remarks

When this method is called, the stream already contains context information. That context information resides before the write position of the stream when this method is called (call it initWritePos). Your implementation of this method must not modify that context information, nor reset the stream’s write pointer to a position before initWritePos.

Similarly, your implementation must not close the stream.


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com