16 lines
363 B
C#
16 lines
363 B
C#
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);
|
|
}
|
|
}
|