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

◆ DeserializeInternal()

virtual object Newtonsoft.Json.JsonSerializer.DeserializeInternal ( JsonReader reader,
Type objectType )
inlinepackagevirtual

Reimplemented in Newtonsoft.Json.Serialization.JsonSerializerProxy.

Definition at line 790 of file JsonSerializer.cs.

791 {
792 ValidationUtils.ArgumentNotNull(reader, "reader");
793 if (this != null)
794 {
795 }
796 if (false)
797 {
798 }
799 object obj;
800 return obj;
801 }
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and System.obj.