SerializationObjectManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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) |
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET