ISerializationSurrogate Schnittstelle

Definition

Achtung

Formatter-based serialization is obsolete and should not be used.

Implementiert einen Selektor für einen Serialisierungsersatz, mit dem ein Objekt ein anderes Objekt serialisieren und deserialisieren kann.

public interface class ISerializationSurrogate
public interface ISerializationSurrogate
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface ISerializationSurrogate
[System.Runtime.InteropServices.ComVisible(true)]
public interface ISerializationSurrogate
type ISerializationSurrogate = interface
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type ISerializationSurrogate = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type ISerializationSurrogate = interface
Public Interface ISerializationSurrogate
Attribute

Methoden

GetObjectData(Object, SerializationInfo, StreamingContext)
Veraltet.

Füllt die angegebene SerializationInfo mit den zum Serialisieren des Objekts erforderlichen Daten.

SetObjectData(Object, SerializationInfo, StreamingContext, ISurrogateSelector)
Veraltet.

Füllt das Objekt mithilfe der Informationen in der SerializationInfo.

Gilt für: