// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.JsonConverter

namespace Newtonsoft.Json
{
public class JsonConverter // TypeDefIndex: 10215
{

	// Methods
	// RVA: -1
	public abstract type#28660 WriteJson(type#21390 writer, type#23705 value, type#21366 serializer) { }
	// RVA: -1
	public abstract type#23705 ReadJson(type#21359 reader, type#27705 objectType, type#23705 existingValue, type#21366 serializer) { }
	// RVA: -1
	public abstract type#15313 CanConvert(type#27705 objectType) { }
	// RVA: -1
	public virtual type#15313 get_CanRead() { }
	// RVA: -1
	public virtual type#15313 get_CanWrite() { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
