System.Runtime.Remoting.Messaging.IRemotingFormatter.Deserialize Method

Begins the deserialization process of a remote procedure call (RPC).

Syntax

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

Parameters

serializationStream
The System.IO.Stream from which the data is deserialized.
handler
The delegate designed to handle System.Runtime.Remoting.Messaging.Header objects. Can be null.

Returns

The root of the deserialized object graph.

Remarks

System.Runtime.Remoting.Messaging.Header objects contain information about a remote function call (for example, transaction ID or a method signature).

Note:

See the SOAP specification for more information on headers.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0