using System;
using Cpp2IlInjected;
namespace System.Xml.Serialization
{
/// Delegate used by the class for deserialization of types from SOAP-encoded, non-root XML data.
/// The object returned by the callback.
// Token: 0x02000139 RID: 313
// (Invoke) Token: 0x06000D6E RID: 3438
[Token(Token = "0x2000139")]
public delegate object XmlSerializationReadCallback();
}