Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.Serialization.Converters.DictionaryOfTKeyTValueConverter< TCollection, TKey, TValue > Class Template Referencesealed

Protected Member Functions

override void Add (TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state)
 
override void CreateCollection (ref Utf8JsonReader reader, ref ReadStack state)
 

Package Functions

override bool OnWriteResume (Utf8JsonWriter writer, TCollection value, JsonSerializerOptions options, ref WriteStack state)
 
override bool OnWriteResume (Utf8JsonWriter writer, TDictionary value, JsonSerializerOptions options, ref WriteStack state)
 

Properties

override bool CanHaveIdMetadata [get]
 

Detailed Description

Type Constraints
TCollection :Dictionary 
TCollection :TKey 
TCollection :TValue 

Definition at line 6 of file DictionaryOfTKeyTValueConverter.cs.


The documentation for this class was generated from the following file: