Sdílet prostřednictvím


JsonMetadataServices.CreateArrayInfo<TElement> Metoda

Definice

Vytvoří metadata serializace pro pole.

public:
generic <typename TElement>
 static System::Text::Json::Serialization::Metadata::JsonTypeInfo<cli::array <TElement> ^> ^ CreateArrayInfo(System::Text::Json::JsonSerializerOptions ^ options, System::Text::Json::Serialization::Metadata::JsonCollectionInfoValues<cli::array <TElement> ^> ^ collectionInfo);
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<TElement[]> CreateArrayInfo<TElement> (System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TElement[]> collectionInfo);
static member CreateArrayInfo : System.Text.Json.JsonSerializerOptions * System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<'Element[]> -> System.Text.Json.Serialization.Metadata.JsonTypeInfo<'Element[]>
Public Shared Function CreateArrayInfo(Of TElement) (options As JsonSerializerOptions, collectionInfo As JsonCollectionInfoValues(Of TElement())) As JsonTypeInfo(Of TElement())

Parametry typu

TElement

Obecná definice typu elementu.

Parametry

options
JsonSerializerOptions

Možnosti serializace a deserializace, které se mají použít.

collectionInfo
JsonCollectionInfoValues<TElement[]>

Poskytuje metadata serializace o typu kolekce.

Návraty

JsonTypeInfo<TElement[]>

Metadata serializace pro daný typ.

Poznámky

Toto rozhraní API je určené pro výstup generátoru zdrojů System.Text.Json a nemělo by se volat přímo.

Platí pro