System.Runtime.Serialization.IFormatter: Method Members

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

Public Methods

Deserialize(System.IO.Stream) : object

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

Serialize(System.IO.Stream, object)

Serializes an object, or graph of objects with the given root to the provided stream.