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 null. The that holds the source and destination of the serialization. If the parameter is null, then the defaults to . 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 . Deserializes the data on the provided stream and reconstitutes the graph of objects. The top object of the deserialized graph (root). The stream that contains the data to deserialize. is null. Deserializes the stream into an object graph with any headers in that stream being handled by the given . The top object of the deserialized graph (root). The stream that contains the data to deserialize. Delegate to handle any headers found on the stream. Can be null. is null. supports seeking, and its length is 0. Gets or sets the of automatic deserialization for .NET Framework remoting. The that represents the current automatic deserialization level. 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 null. 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 null. is null. 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.