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< T >() [3/3]

static T Newtonsoft.Json.JsonConvert.DeserializeObject< T > ( string value,
params JsonConverter[] converters )
inlinestatic

Definition at line 617 of file JsonConvert.cs.

618 {
619 object obj;
620 while (obj != null)
621 {
622 if (obj == null)
623 {
624 throw new InvalidCastException();
625 }
626 }
627 }

References System.obj.