Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
override void | Add (string key, in object value, JsonSerializerOptions options, ref ReadStack state) |
override void | CreateCollection (ref Utf8JsonReader reader, ref ReadStack state) |
void | Add (TKey key, in TValue value, JsonSerializerOptions options, ref ReadStack state) |
virtual void | ConvertCollection (ref ReadStack state, JsonSerializerOptions options) |
Static Protected Member Functions | |
static JsonConverter< T > | GetConverter< T > (JsonTypeInfo typeInfo) |
Protected Attributes | |
JsonConverter< TKey > | _keyConverter |
JsonConverter< TValue > | _valueConverter |
Properties | |
override Type | RuntimeType [get] |
override ConverterStrategy | ConverterStrategy [get] |
override Type | ElementType [get] |
override Type | KeyType [get] |
TDictionary | : | IDictionary |
Definition at line 7 of file IDictionaryConverter.cs.