System.Runtime.Serialization.Formatters.Soap
Serializes and deserializes an object, or an entire graph of
connected objects, in SOAP format.
Initializes a new instance of the class with default property values.
Initializes a new instance of the class with the
specified and .
The to use with the new instance of . Can be .
The that holds the source and destination of the serialization. If the parameter is , then the defaults to .
Deserializes the data on the provided stream and reconstitutes the graph of objects.
The stream containing the data to deserialize.
The top object of the deserialized graph (root).
Deserializes the stream into an object graph, with any
headers in that stream being handled by the given
.
The stream containing the data to deserialize.
Delegate to handle any headers found on the stream. Can be .
The top object of the deserialized graph (root).
Serializes an object, or graph of objects with the
specified root to the given .
The stream onto which the formatter puts the data to serialize.
The object, or root of the object graph, to serialize. All child objects of this root object are automatically serialized.
Serializes an object, or graph of objects with the specified root to the
given in the SOAP RPC
(Remote Procedure Call) format.
The stream onto which the formatter puts the data to serialize.
The object, or root of the object graph, to serialize. All child objects of this root object are automatically serialized.
Remoting headers to include in the serialization. Can be .
Gets or sets the
into which the SOAP top object is deserialized.
Gets or sets the format in which type descriptions are
laid out in the serialized stream.
Gets or sets the format in which assembly names are serialized.
Gets or sets the that controls type substitution
during serialization and deserialization.
Gets or sets the that
controls the binding of a serialized object to a type.
Gets or sets the
used with this .