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

◆ DeserializeObject() [4/5]

static object Newtonsoft.Json.JsonConvert.DeserializeObject ( string value,
Type type,
JsonSerializerSettings settings )
inlinestatic

Definition at line 646 of file JsonConvert.cs.

647 {
648 ValidationUtils.ArgumentNotNull("value", "value");
649 JsonSerializer jsonSerializer;
650 if (jsonSerializer._checkAdditionalContent == null)
651 {
652 }
653 if (!false)
654 {
655 }
656 throw new OutOfMemoryException();
657 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.