IEMSSerialziable.Deserialize


Method

Declaration

void Deserialize( 
    System.IO.Stream stream ); 

Purpose

Deserialize a data stream to reconstruct an object.

Parameter
Description
stream
Deserialize the data from this stream to reconstruct an object.

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