SoapFormatter::Deserialize Method (Stream, HeaderHandler)
Deserializes the stream into an object graph with any headers in that stream being handled by the given HeaderHandler.
Assembly: System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)
public: virtual Object^ Deserialize( Stream^ serializationStream, HeaderHandler^ handler ) sealed
Parameters
- serializationStream
- Type: System.IO::Stream
The stream that contains the data to deserialize.
- handler
- Type: System.Runtime.Remoting.Messaging::HeaderHandler
Delegate to handle any headers found on the stream. Can be nullptr.
Implements
IRemotingFormatter::Deserialize(Stream, HeaderHandler)| Exception | Condition |
|---|---|
| ArgumentNullException | serializationStream is nullptr. |
| SerializationException | serializationStream supports seeking, and its length is 0. |
Headers are used only for specific remoting applications. The HeaderHandler parameter is one of two ways to return headers from a stream in SOAP Remote Procedure Call (RPC) format. The other way is to use the TopObject property.
For successful deserialization, the current position in the stream must be at the beginning of the object graph.
TimeSpan Serialization
TimeSpan objects are serialized according to the ISO 8601: 1998 section 5.5.3.2.1 "Alternative" standard.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.