JsonMetadataServices.CreateConcurrentQueueInfo<TCollection,TElement> Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt Metadaten für Typen, die zugewiesen werden können ConcurrentQueue<T>.
public:
generic <typename TCollection, typename TElement>
where TCollection : System::Collections::Concurrent::ConcurrentQueue<TElement> static System::Text::Json::Serialization::Metadata::JsonTypeInfo<TCollection> ^ CreateConcurrentQueueInfo(System::Text::Json::JsonSerializerOptions ^ options, System::Text::Json::Serialization::Metadata::JsonCollectionInfoValues<TCollection> ^ collectionInfo);
public static System.Text.Json.Serialization.Metadata.JsonTypeInfo<TCollection> CreateConcurrentQueueInfo<TCollection,TElement> (System.Text.Json.JsonSerializerOptions options, System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TCollection> collectionInfo) where TCollection : System.Collections.Concurrent.ConcurrentQueue<TElement>;
static member CreateConcurrentQueueInfo : System.Text.Json.JsonSerializerOptions * System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<'Collection (requires 'Collection :> System.Collections.Concurrent.ConcurrentQueue<'Element>)> -> System.Text.Json.Serialization.Metadata.JsonTypeInfo<'Collection (requires 'Collection :> System.Collections.Concurrent.ConcurrentQueue<'Element>)> (requires 'Collection :> System.Collections.Concurrent.ConcurrentQueue<'Element>)
Public Shared Function CreateConcurrentQueueInfo(Of TCollection As ConcurrentQueue(Of TElement), TElement As ConcurrentQueue(Of TElement)) (options As JsonSerializerOptions, collectionInfo As JsonCollectionInfoValues(Of TCollection)) As JsonTypeInfo(Of TCollection)
Typparameter
- TCollection
Die generische Definition des Typs.
- TElement
Die generische Definition des Elementtyps.
Parameter
- options
- JsonSerializerOptions
Die zu verwendenden Serialisierungs- und Deserialisierungsoptionen.
- collectionInfo
- JsonCollectionInfoValues<TCollection>
Stellt Serialisierungsmetadaten zum Sammlungstyp bereit.
Gibt zurück
Serialisierungsmetadaten für den angegebenen Typ.
Hinweise
Diese API ist für die Verwendung durch die Ausgabe des System.Text.Json-Quellgenerators vorgesehen und sollte nicht direkt aufgerufen werden.