Files
27Aug2021-Cpp2IL-Dump/Singular/Newtonsoft/Json/Converters/KeyValuePairConverter.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

41 lines
1.3 KiB
C#

using System;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json.Converters
{
// Token: 0x020000EB RID: 235
[Token(Token = "0x20000A3")]
public class KeyValuePairConverter : JsonConverter
{
// Token: 0x060008EB RID: 2283 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60007E4")]
[Address(RVA = "0x2CCF310", Offset = "0x2CCE310", VA = "0x182CCF310", Slot = "4")]
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
{
}
// Token: 0x060008EC RID: 2284 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60007E5")]
[Address(RVA = "0x2CCF0F0", Offset = "0x2CCE0F0", VA = "0x182CCF0F0", Slot = "5")]
public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
{
return null;
}
// Token: 0x060008ED RID: 2285 RVA: 0x00005100 File Offset: 0x00003300
[Token(Token = "0x60007E6")]
[Address(RVA = "0x2CCF020", Offset = "0x2CCE020", VA = "0x182CCF020", Slot = "6")]
public override bool CanConvert(Type objectType)
{
return default(bool);
}
// Token: 0x060008EE RID: 2286 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60007E7")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public KeyValuePairConverter()
{
}
}
}