|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Newtonsoft.Json.Converters.KeyValuePairConverter:
Collaboration diagram for Newtonsoft.Json.Converters.KeyValuePairConverter:Public Member Functions | |
| override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| override bool | CanConvert (Type objectType) |
| KeyValuePairConverter () | |
Properties | |
| virtual bool | CanRead [get, set] |
| virtual bool | CanWrite [get, set] |
Static Private Member Functions | |
| static ReflectionObject | InitializeReflectionObject (Type t) |
| static | KeyValuePairConverter () |
Static Private Attributes | |
| const string | KeyName = "Key" |
| const string | ValueName = "Value" |
| static readonly ThreadSafeStore< Type, ReflectionObject > | ReflectionObjectPerType |
Definition at line 13 of file KeyValuePairConverter.cs.