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

◆ CreateJObject()

JToken Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateJObject ( JsonReader reader)
inlineprivate

Definition at line 153 of file JsonSerializerInternalReader.cs.

154 {
155 ValidationUtils.ArgumentNotNull(reader, "reader");
156 if (reader != null)
157 {
158 }
159 bool flag = reader.ReadAndMoveToContent();
160 JsonSerializationException ex = JsonSerializationException.Create(reader, "Unexpected end when deserializing object.");
161 if (!false)
162 {
164 return jtoken;
165 }
166 throw new OutOfMemoryException();
167 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), Newtonsoft.Json.JsonSerializationException.Create(), j__TPar, and Newtonsoft.Json.JsonReader.ReadAndMoveToContent().

Referenced by Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject().