IRemotingFormatter::Deserialize Method (Stream^, HeaderHandler^)

 

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

Namespace:   System.Runtime.Remoting.Messaging
Assembly:  mscorlib (in mscorlib.dll)

Object^ Deserialize(
	Stream^ serializationStream,
	HeaderHandler^ handler
)

Parameters

serializationStream
Type: System.IO::Stream^

The Stream from which the data is deserialized.

handler
Type: System.Runtime.Remoting.Messaging::HeaderHandler^

The delegate designed to handle Header objects. Can be null.

Return Value

Type: System::Object^

The root of the deserialized object graph.

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

System_CAPS_noteNote

See the SOAP specification for more information on headers.

.NET Framework
Available since 1.1
Return to top
Show: