SurrogateSelector クラス

定義

注意事項

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

シリアル化処理または逆シリアル化処理にデリゲートするシリアル化サロゲートの選択のために、フォーマッタを支援します。

public ref class SurrogateSelector : System::Runtime::Serialization::ISurrogateSelector
public class SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public class SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector
[System.Runtime.InteropServices.ComVisible(true)]
public class SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector
type SurrogateSelector = class
    interface ISurrogateSelector
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SurrogateSelector = class
    interface ISurrogateSelector
[<System.Runtime.InteropServices.ComVisible(true)>]
type SurrogateSelector = class
    interface ISurrogateSelector
Public Class SurrogateSelector
Implements ISurrogateSelector
継承
SurrogateSelector
派生
属性
実装

注釈

シリアル化サロゲートを使用すると、ユーザーは、別のオブジェクトのシリアル化要件を処理でき、必要に応じてシリアル化されたデータを変換できるオブジェクトをユーザーに提供します。

コンストラクター

SurrogateSelector()
古い.

SurrogateSelector クラスの新しいインスタンスを初期化します。

メソッド

AddSurrogate(Type, StreamingContext, ISerializationSurrogate)
古い.

確認済みのサロゲートのリストにサロゲートを追加します。

ChainSelector(ISurrogateSelector)
古い.

特定のオブジェクト型を処理できる、指定した ISurrogateSelector をサロゲートのリストに追加します。

Equals(Object)
古い.

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetNextSelector()
古い.

セレクターのチェインの、次のセレクターを返します。

GetSurrogate(Type, StreamingContext, ISurrogateSelector)
古い.

特定の型のサロゲートを返します。

GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Object の簡易コピーを作成します。

(継承元 Object)
RemoveSurrogate(Type, StreamingContext)
古い.

指定した型に関連付けられているサロゲートを削除します。

ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象