SerializationObjectManager 클래스

정의

주의

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

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

public ref class SerializationObjectManager sealed
[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
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}")>]
type SerializationObjectManager = class
type SerializationObjectManager = class
Public NotInheritable Class SerializationObjectManager
상속
SerializationObjectManager
특성

설명

이 클래스는 .와 유사한 작업을 ObjectManager수행합니다. 주요 차이점은 SerializationObjectManager 역직렬화 중에 작업을 수행하는 동안 ObjectManager 직렬화 중에 해당 작업을 수행한다는 것입니다.

생성자

Name Description
SerializationObjectManager(StreamingContext)
사용되지 않음.

SerializationObjectManager 클래스의 새 인스턴스를 초기화합니다.

메서드

Name Description
Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
RaiseOnSerializedEvent()
사용되지 않음.

개체의 형식에 콜백이 있으면 OnSerializing 콜백 이벤트를 호출합니다. 개체 형식에 OnSerialized 이벤트가 있는 경우 개체를 등록합니다.

RegisterObject(Object)
사용되지 않음.

이벤트가 발생할 개체를 등록합니다.

ToString()
사용되지 않음.

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

(다음에서 상속됨 Object)

적용 대상

추가 정보