// Assembly: mscorlib
// Full name: System.Runtime.Serialization.SerializationEvents

namespace System.Runtime.Serialization
{
public class SerializationEvents // TypeDefIndex: 4270
{
	// Fields
	type#8839 _onSerializingMethods;
	type#8839 _onSerializedMethods;
	type#8839 _onDeserializingMethods;
	type#8839 _onDeserializedMethods;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27705 t) { }
	// RVA: -1
	private type#8838 GetMethodsWithAttribute(type#27705 attribute, type#27705 t) { }
	// RVA: -1
	internal type#15313 get_HasOnSerializingEvents() { }
	// RVA: -1
	internal type#28660 InvokeOnSerializing(type#23705 obj, type#26566 context) { }
	// RVA: -1
	internal type#28660 InvokeOnDeserializing(type#23705 obj, type#26566 context) { }
	// RVA: -1
	internal type#28660 InvokeOnDeserialized(type#23705 obj, type#26566 context) { }
	// RVA: -1
	internal type#25844 AddOnSerialized(type#23705 obj, type#25844 handler) { }
	// RVA: -1
	internal type#25844 AddOnDeserialized(type#23705 obj, type#25844 handler) { }
	// RVA: -1
	private static type#28660 InvokeOnDelegate(type#23705 obj, type#26566 context, type#8838 methods) { }
	// RVA: -1
	private static type#25844 AddOnDelegate(type#23705 obj, type#25844 handler, type#8838 methods) { }
}
}
