Share via


ISoapFormatter.Deserialize Method

Deserializes a SOAP envelope from the specified stream.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim stream As Stream
Dim returnValue As SoapEnvelope
Dim iSoapFormatter1 As ISoapFormatter
returnValue = iSoapFormatter1.Deserialize(stream)

Syntax

'Declaration
Function Deserialize( _
    ByVal stream As Stream _
) As SoapEnvelope
SoapEnvelope Deserialize(
    Stream stream
);
public:
virtual SoapEnvelope^ Deserialize(
    Stream^ stream
);
public SoapEnvelope Deserialize(
    Stream stream
);
function Deserialize(
     stream : Stream
) : SoapEnvelope;

Parameters

  • stream
    A Stream that contains the SOAP envelope to deserialize.

Return Value

A SoapEnvelope from the stream.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

ISoapFormatter Interface
ISoapFormatter Members
Microsoft.Web.Services3.Messaging Namespace