terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
JsonConverter.cs
Go to the documentation of this file.
1using System;
6
7namespace Newtonsoft.Json
8{
10 [global::Cpp2ILInjected.Token(Token = "0x200002F")]
11 public abstract class JsonConverter
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6000159")]
14 public abstract void WriteJson(JsonWriter writer, object value, JsonSerializer serializer);
15
16 [global::Cpp2ILInjected.Token(Token = "0x600015A")]
17 public abstract object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer);
18
19 [global::Cpp2ILInjected.Token(Token = "0x600015B")]
20 public abstract bool CanConvert(Type objectType);
21
22 [global::Cpp2ILInjected.Token(Token = "0x17000053")]
23 public virtual bool CanRead
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x600015C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1CC1F00", Offset = "0x1CC1F00", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 get
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x17000054")]
35 public virtual bool CanWrite
36 {
37 [global::Cpp2ILInjected.Token(Token = "0x600015D")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CC1F08", Offset = "0x1CC1F08", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x600015E")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1CC1F10", Offset = "0x1CC1F10", Length = "0x8")]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BinaryConverter), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ColorConverter), Member = ".ctor", ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CustomCreationConverter<>), Member = ".ctor", ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeConverterBase), Member = ".ctor", ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(EnumerableVectorConverter<>), Member = ".ctor", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HashSetConverter), Member = ".ctor", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(KeyValuePairConverter), Member = ".ctor", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BsonObjectIdConverter), Member = ".ctor", ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Matrix4x4Converter), Member = ".ctor", ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(QuaternionConverter), Member = ".ctor", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexConverter), Member = ".ctor", ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ResolutionConverter), Member = ".ctor", ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringEnumConverter), Member = ".ctor", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringEnumConverter), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UriConverter), Member = ".ctor", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(VectorConverter), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(VectorConverter), Member = ".ctor", MemberParameters = new object[]
65 {
66 typeof(bool),
67 typeof(bool),
68 typeof(bool)
69 }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(VersionConverter), Member = ".ctor", ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IsoDateTimeConverter), Member = ".ctor", ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JavaScriptDateTimeConverter), Member = ".ctor", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlNodeConverter), Member = ".ctor", ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 21)]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
76 protected JsonConverter()
77 {
78 throw null;
79 }
80 }
81}
class f__AnonymousType0<< Count > j__TPar
bool CanConvert(Type objectType)
object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)