Sdílet prostřednictvím


JsonMetadataServices.CreateMemoryInfo<TElement> Metoda

Definice

Vytvoří metadata serializace pro Memory<T>.

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

Parametry typu

TElement

Obecná definice typu elementu.

Parametry

options
JsonSerializerOptions

Příkaz JsonSerializerOptions , který se má použít.

collectionInfo
JsonCollectionInfoValues<Memory<TElement>>

Poskytuje metadata serializace o typu kolekce.

Návraty

JsonTypeInfo<Memory<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