|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
| TMap | : | IEnumerable | |
| TMap | : | KeyValuePair | |
| TMap | : | TKey | |
| TMap | : | TValue |
Definition at line 7 of file FSharpMapConverter.cs.