IRemotingFormatter::Serialize Method (Stream^, Object^, array<Header^>^)
.NET Framework (current version)
Starts the serialization process of a remote procedure call (RPC).
Assembly: mscorlib (in mscorlib.dll)
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).
Note |
|---|
See the SOAP specification for more information on headers. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
