// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.ISerializationCallbackReceiver

namespace UnityEngine
{
public class ISerializationCallbackReceiver // TypeDefIndex: 8900
{

	// Methods
	// RVA: -1
	public abstract type#28660 OnBeforeSerialize() { }
	// RVA: -1
	public abstract type#28660 OnAfterDeserialize() { }
}
}
