SurrogateSelector 클래스

정의

주의

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

포맷터가 serialization 또는 deserialization 프로세스를 위임할 serialization 서로게이트를 선택하는 것을 지원합니다.

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
파생
특성
구현

설명

Serialization 서로게이트는 사용자가 다른 개체의 serialization 요구 사항을 처리할 수 있습니다 하 고 필요한 경우 serialize 된 데이터를 변환할 수 있는 개체를 제공 합니다.

생성자

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)

적용 대상