m
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Newtonsoft.Json.Serialization
|
||||
{
|
||||
// Token: 0x02000086 RID: 134
|
||||
[Token(Token = "0x2000086")]
|
||||
public interface ISerializationBinder
|
||||
{
|
||||
// Token: 0x060002D3 RID: 723
|
||||
[Token(Token = "0x60002D3")]
|
||||
[Address(Slot = "0")]
|
||||
void BindToName(Type serializedType, out string assemblyName, out string typeName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user