- serializationStream
- The System.IO.Stream onto which the specified graph is serialized.
- graph
- The root of the object graph to be serialized.
- headers
- The array of System.Runtime.Remoting.Messaging.Header objects to transmit with the graph specified by the graph parameter. Can be null.
System.Runtime.Remoting.Messaging.Header objects contain information about a remote function call (for example, transaction ID or a method signature).
See the SOAP specification for more information on headers.