IRemotingFormatter::Serialize Method (Stream^, Object^, array<Header^>^)

 

Starts the serialization process of a remote procedure call (RPC).

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

void Serialize(
	Stream^ serializationStream,
	Object^ graph,
	array<Header^>^ headers
)

Parameters

serializationStream
Type: System.IO::Stream^

The Stream onto which the specified graph is serialized.

graph
Type: System::Object^

The root of the object graph to be serialized.

headers
Type: array<System.Runtime.Remoting.Messaging::Header^>^

The array of Header objects to transmit with the graph specified by the graph parameter. Can be null.

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: