System.Runtime.Serialization.Formatters.Soap
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 that contains the data to deserialize.
The top object of the deserialized graph (root).
is .
Deserializes the stream into an object graph with any headers in that stream being handled by the given .
The stream that contains the data to deserialize.
Delegate to handle any headers found on the stream. Can be .
The top object of the deserialized graph (root).
is .
supports seeking, and its length is 0.
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.
is .
Serializes an object or graph of objects with the specified root to the given in the SOAP Remote Procedure Call (RPC) 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 .
is .
Gets or sets the behavior of the deserializer with regards to finding and loading assemblies.
One of the values that specifies the deserializer behavior.
Gets or sets the that controls the binding of a serialized object to a type.
The used with this .
Gets or sets the used with this .
The used with this .
Gets or sets the of automatic deserialization for .NET Framework remoting.
The that represents the current automatic deserialization level.
Gets or sets the that controls type substitution during serialization and deserialization.
The used with this .
Gets or sets the into which the SOAP top object is deserialized.
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.
The format in which type descriptions are laid out in the serialized stream.
Serializes and deserializes an object, or an entire graph of connected objects, in SOAP format.