FormatterServices 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 속성을 |
GetObjectData(Object, MemberInfo[]) |
사용되지 않음.
지정된 개체에서 데이터를 추출하여 개체의 배열로서 반환합니다. |
GetSafeUninitializedObject(Type) |
사용되지 않음.
지정된 개체 형식의 새 인스턴스를 만듭니다. |
GetSerializableMembers(Type) |
사용되지 않음.
지정된 Type의 클래스에 대한 serializable 멤버를 모두 가져옵니다. |
GetSerializableMembers(Type, StreamingContext) |
사용되지 않음.
제공된 Type에 위치하는, 지정된 StreamingContext의 클래스에 대한 serializable 멤버를 모두 가져옵니다. |
GetSurrogateForCyclicalReference(ISerializationSurrogate) |
사용되지 않음.
지정된 ISerializationSurrogate의 serialization 서로게이트를 반환합니다. |
GetTypeFromAssembly(Assembly, String) |
사용되지 않음.
|
GetUninitializedObject(Type) |
사용되지 않음.
지정된 개체 형식의 새 인스턴스를 만듭니다. |
PopulateObjectMembers(Object, MemberInfo[], Object[]) |
사용되지 않음.
지정된 개체를 개체의 데이터 배열에서 끌어 온 각 필드의 값으로 채웁니다. |
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET