When overridden in a derived class, gets or sets the System.Runtime.Serialization.ISurrogateSelector used with the current formatter.
Documentation for this section has not yet been entered.
Use the System.Runtime.Serialization.SurrogateSelector to look up implementations of System.Runtime.Serialization.ISerializationSurrogate that control the serialization of a particular type.
If an object type has a matching surrogate, then serialization and deserialization are handed off to the surrogate even if the type implements the System.Runtime.Serialization.ISerializable interface.