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
Loading...
Searching...
No Matches
Newtonsoft.Json.Converters.KeyValuePairConverter Class Reference
+ 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, ReflectionObjectReflectionObjectPerType
 

Detailed Description

Definition at line 13 of file KeyValuePairConverter.cs.


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