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

Public Member Functions

 FSharpMapConverter ()
 

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)
 
override void ConvertCollection (ref ReadStack state, JsonSerializerOptions options)
 

Package Functions

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

Properties

override bool CanHaveIdMetadata [get]
 

Private Attributes

readonly Func< IEnumerable< Tuple< TKey, TValue > >, TMap_mapConstructor
 

Detailed Description

Type Constraints
TMap :IEnumerable 
TMap :KeyValuePair 
TMap :TKey 
TMap :TValue 

Definition at line 7 of file FSharpMapConverter.cs.


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