System.Runtime.Serialization.Formatters.Soap.SoapFormatter: Method Members

The methods of System.Runtime.Serialization.Formatters.Soap.SoapFormatter are listed below. For a list of all members, see the SoapFormatter Members list.

See Also: Inherited members from System.Object

Public Methods

Deserialize(System.IO.Stream) : object

Deserializes the data on the provided stream and reconstitutes the graph of objects.

Deserialize(System.IO.Stream, System.Runtime.Remoting.Messaging.HeaderHandler) : object

Deserializes the stream into an object graph with any headers in that stream being handled by the given System.Runtime.Remoting.Messaging.HeaderHandler.

Serialize(System.IO.Stream, object)

Serializes an object or graph of objects with the specified root to the given System.IO.Stream.

Serialize(System.IO.Stream, object, System.Runtime.Remoting.Messaging.Header[])

Serializes an object or graph of objects with the specified root to the given System.IO.Stream in the SOAP Remote Procedure Call (RPC) format.