SerializationObjectManager 클래스

정의

주의

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

런타임에 serialization 프로세스를 관리합니다. 이 클래스는 상속될 수 없습니다.

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 콜백 이벤트가 있으면 해당 이벤트를 호출하고, 개체 형식에 OnSerialized 이벤트가 있으면 해당 이벤트를 발생시키는 개체를 등록합니다.

RegisterObject(Object)
사용되지 않음.

이벤트를 발생시키는 개체를 등록합니다.

ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보