Sdílet prostřednictvím


JsonMetadataServices.CreateReadOnlyMemoryInfo<TElement> Metoda

Definice

Vytvoří metadata serializace pro ReadOnlyMemory<T>.

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

Parametry typu

TElement

Obecná definice typu elementu.

Parametry

options
JsonSerializerOptions

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

collectionInfo
JsonCollectionInfoValues<ReadOnlyMemory<TElement>>

Poskytuje metadata serializace o typu kolekce.

Návraty

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