System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Deserialize Method

Deserializes the stream into an object graph with any headers in that stream being handled by the given System.Runtime.Remoting.Messaging.HeaderHandler.

Syntax

public object Deserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler)

Parameters

serializationStream
The stream that contains the data to deserialize.
handler
Delegate to handle any headers found on the stream. Can be null.

Returns

The top object of the deserialized graph (root).

Remarks

Headers are used only for specific remoting applications. The System.Runtime.Remoting.Messaging.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 SoapFormatter.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.

Note:

Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see tp://go.microsoft.com/fwlink/?LinkId=330378.

Requirements

Namespace: System.Runtime.Serialization.Formatters.Soap
Assembly: System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0