BinaryFormatter.SurrogateSelector Vlastnost

Definice

Získá nebo nastaví, ISurrogateSelector který řídí nahrazení typu během serializace a deserializace.

public:
 property System::Runtime::Serialization::ISurrogateSelector ^ SurrogateSelector { System::Runtime::Serialization::ISurrogateSelector ^ get(); void set(System::Runtime::Serialization::ISurrogateSelector ^ value); };
public System.Runtime.Serialization.ISurrogateSelector? SurrogateSelector { get; set; }
public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get; set; }
member this.SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector with get, set
Public Property SurrogateSelector As ISurrogateSelector

Hodnota vlastnosti

Náhradní selektor, který se má použít s tímto formátovačem.

Implementuje

Poznámky

Upozornění

BinaryFormatter je nezabezpečený a nedá se zabezpečit. Další informace najdete v průvodci zabezpečením BinaryFormatter.

Náhradní selektor se používá System.Runtime.Remoting ke generování ObjRef instancí pro objekty, které jsou odvozeny od MarshalByRefObject.

Platí pro

Viz také