SerializationObjectManager クラス

定義

注意事項

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

実行時にシリアル化プロセスを管理します。 このクラスは継承できません。

public ref class SerializationObjectManager sealed
public sealed class SerializationObjectManager
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class SerializationObjectManager
type SerializationObjectManager = class
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SerializationObjectManager = class
Public NotInheritable Class SerializationObjectManager
継承
SerializationObjectManager
属性

注釈

このクラスは、 と同様のタスクを実行します ObjectManager。 メイン違いは、 がSerializationObjectManagerシリアル化中にタスクを実行しObjectManager、 が逆シリアル化中にそのタスクを実行する点です。

コンストラクター

SerializationObjectManager(StreamingContext)
古い.

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

メソッド

Equals(Object)
古い.

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

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

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

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

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

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

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

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

オブジェクトの型が OnSerializing コールバック イベントを持つ場合は、OnSerializing コールバック イベントを呼び出します。オブジェクトの型が OnSerialized イベントを持つ場合は、OnSerialized イベントを発生させるオブジェクトを登録します。

RegisterObject(Object)
古い.

イベントを発生させる対象のオブジェクトを登録します。

ToString()
古い.

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

(継承元 Object)

適用対象

こちらもご覧ください