This is the complete list of members for System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue >, including all inherited members.
_mapConstructor | System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue > | private |
Add(TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) | System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue > | inlineprotected |
CanHaveIdMetadata | System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue > | package |
ConvertCollection(ref ReadStack state, JsonSerializerOptions options) | System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue > | inlineprotected |
CreateCollection(ref Utf8JsonReader reader, ref ReadStack state) | System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue > | inlineprotected |
FSharpMapConverter() | System.Text.Json.Serialization.Converters.FSharpMapConverter< TMap, TKey, TValue > | inline |
OnWriteResume(Utf8JsonWriter writer, TDictionary value, JsonSerializerOptions options, ref WriteStack state) | System.Text.Json.Serialization.Converters.DictionaryDefaultConverter< TMap, TKey, TValue > | inlinepackage |