FormatterServices 클래스

정의

주의

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

serialization을 위한 Formatter의 구현을 지원하는 정적 메서드를 제공합니다. 이 클래스는 상속될 수 없습니다.

public ref class FormatterServices abstract sealed
public ref class FormatterServices sealed
public static class FormatterServices
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public static class FormatterServices
public sealed class FormatterServices
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class FormatterServices
[System.Runtime.InteropServices.ComVisible(true)]
public static class FormatterServices
type FormatterServices = class
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type FormatterServices = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type FormatterServices = class
Public Class FormatterServices
Public NotInheritable Class FormatterServices
상속
FormatterServices
특성

메서드

CheckTypeSecurity(Type, TypeFilterLevel)
사용되지 않음.

Type 속성을 Low로 설정한 상태에서 지정한 TypeFilterLevel을 역직렬화할 수 있는지 여부를 결정합니다.

GetObjectData(Object, MemberInfo[])
사용되지 않음.

지정된 개체에서 데이터를 추출하여 개체의 배열로서 반환합니다.

GetSafeUninitializedObject(Type)
사용되지 않음.

지정된 개체 형식의 새 인스턴스를 만듭니다.

GetSerializableMembers(Type)
사용되지 않음.

지정된 Type의 클래스에 대한 serializable 멤버를 모두 가져옵니다.

GetSerializableMembers(Type, StreamingContext)
사용되지 않음.

제공된 Type에 위치하는, 지정된 StreamingContext의 클래스에 대한 serializable 멤버를 모두 가져옵니다.

GetSurrogateForCyclicalReference(ISerializationSurrogate)
사용되지 않음.

지정된 ISerializationSurrogate의 serialization 서로게이트를 반환합니다.

GetTypeFromAssembly(Assembly, String)
사용되지 않음.

지정된 개체의 Type을 제공된 Assembly에서 조회합니다.

GetUninitializedObject(Type)
사용되지 않음.

지정된 개체 형식의 새 인스턴스를 만듭니다.

PopulateObjectMembers(Object, MemberInfo[], Object[])
사용되지 않음.

지정된 개체를 개체의 데이터 배열에서 끌어 온 각 필드의 값으로 채웁니다.

적용 대상

추가 정보