FormatterServices Sınıf

Tanım

Dikkat

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

Serileştirme için bir Formatter uygulamasına yardımcı olacak statik yöntemler sağlar. Bu sınıf devralınamaz.

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
Devralma
FormatterServices
Öznitelikler

Yöntemler

CheckTypeSecurity(Type, TypeFilterLevel)
Geçersiz.

belirtilen Type özelliğinin olarak ayarlandığı seri durumdan çıkarılıp seri Lowdurumdan TypeFilterLevel çıkarılamayacağını belirler.

GetObjectData(Object, MemberInfo[])
Geçersiz.

Belirtilen nesneden verileri ayıklar ve bir nesne dizisi olarak döndürür.

GetSafeUninitializedObject(Type)
Geçersiz.

Belirtilen nesne türünün yeni bir örneğini oluşturur.

GetSerializableMembers(Type)
Geçersiz.

Belirtilen Typesınıfının tüm serileştirilebilir üyelerini alır.

GetSerializableMembers(Type, StreamingContext)
Geçersiz.

Belirtilen Type ve sağlanan StreamingContextiçindeki bir sınıfı için tüm seri hale getirilebilir üyeleri alır.

GetSurrogateForCyclicalReference(ISerializationSurrogate)
Geçersiz.

Belirtilen ISerializationSurrogateiçin bir serileştirme vekili döndürür.

GetTypeFromAssembly(Assembly, String)
Geçersiz.

Sağlanan Assemblyiçinde belirtilen nesnenin öğesini ararType.

GetUninitializedObject(Type)
Geçersiz.

Belirtilen nesne türünün yeni bir örneğini oluşturur.

PopulateObjectMembers(Object, MemberInfo[], Object[])
Geçersiz.

Belirtilen nesneyi, nesnelerin veri dizisinden çizilen her alan için değerlerle doldurur.

Şunlara uygulanır

Ayrıca bkz.