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.XmlNodeConverter.ReadJson ( JsonReader reader,
Type objectType,
object existingValue,
JsonSerializer serializer )
inline

Definition at line 138 of file XmlNodeConverter.cs.

139 {
140 bool flag = string.IsNullOrEmpty(this.<DeserializeRootElementName>k__BackingField);
142 return "XmlNodeConverter can only convert JSON that begins with an object.";
143 }
string< DeserializeRootElementName > k__BackingField

References Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName, Newtonsoft.Json.Converters.XmlNodeConverter.k__BackingField, and System.text.