System.Runtime.Serialization.IFormatter.SurrogateSelector Property

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

Syntax

public ISurrogateSelector SurrogateSelector { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Runtime.Serialization.ISerializationSurrogate allows the user to specify an object best suited to handle the serialization of a particular object or class of objects. Think of it as an implementation of System.Runtime.Serialization.ISerializable but provided by a different object.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0