terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ReadJson()

override object Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson ( JsonReader reader,
Type objectType,
object existingValue,
JsonSerializer serializer )
inline

Definition at line 30 of file KeyValuePairConverter.cs.

31 {
32 bool flag = ReflectionUtils.IsNullableType(objectType);
33 reader.ReadAndAssert();
34 bool flag2 = ReflectionUtils.IsNullableType(objectType);
36 reader.ReadAndAssert();
37 Type type;
38 return serializer.Deserialize(reader, type);
39 }
class f__AnonymousType0<< Count > j__TPar
static Type GetUnderlyingType(Type nullableType)
Definition Nullable.2.cs:9

References System.Nullable< T >.GetUnderlyingType(), Newtonsoft.Json.Utilities.ReflectionUtils.IsNullableType(), j__TPar, and Newtonsoft.Json.JsonReader.ReadAndAssert().