System.Runtime.Serialization.IFormatter Members

The members of System.Runtime.Serialization.IFormatter are listed below.

Public Properties

BinderSerializationBinder.

Gets or sets the System.Runtime.Serialization.SerializationBinder that performs type lookups during deserialization.

ContextStreamingContext.

Gets or sets the System.Runtime.Serialization.StreamingContext used for serialization and deserialization.

SurrogateSelectorISurrogateSelector.

Gets or sets the System.Runtime.Serialization.SurrogateSelector used by the current formatter.

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.