This documentation is archived and is not being maintained.
SoapFormatter::Serialize Method (Stream, Object, array<Header>)
Visual Studio 2010
Serializes an object or graph of objects with the specified root to the given Stream in the SOAP Remote Procedure Call (RPC) format.
Assembly: System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)
public: virtual void Serialize( Stream^ serializationStream, Object^ graph, array<Header^>^ headers ) sealed
Parameters
- serializationStream
- Type: System.IO::Stream
The stream onto which the formatter puts the data to serialize.
- graph
- Type: System::Object
The object or root of the object graph to serialize. All child objects of this root object are automatically serialized.
- headers
- Type: array<System.Runtime.Remoting.Messaging::Header>
Remoting headers to include in the serialization. Can be nullptr.
Implements
IRemotingFormatter::Serialize(Stream, Object, array<Header>)| Exception | Condition |
|---|---|
| ArgumentNullException | serializationStream is nullptr. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: