// Assembly: UnityEngine.JSONSerializeModule
// Full name: UnityEngine.JsonUtility

namespace UnityEngine
{
public class JsonUtility // TypeDefIndex: 13478
{

	// Methods
	// RVA: -1
	private static type#26576 ToJsonInternal(type#23705 obj, type#15313 prettyPrint) { }
	// RVA: -1
	private static type#23705 FromJsonInternal(type#26576 json, type#23705 objectToOverwrite, type#27705 type) { }
	// RVA: -1
	public static type#26576 ToJson(type#23705 obj) { }
	// RVA: -1
	public static type#26576 ToJson(type#23705 obj, type#15313 prettyPrint) { }
	// RVA: -1
	public static type#456 FromJson(type#26576 json) { }
	// RVA: -1
	public static type#23705 FromJson(type#26576 json, type#27705 type) { }
	// RVA: -1
	private static type#28660 ToJsonInternal_Injected(type#23705 obj, type#15313 prettyPrint, type#11996 ret) { }
	// RVA: -1
	private static type#23705 FromJsonInternal_Injected(type#11995 json, type#23705 objectToOverwrite, type#27705 type) { }
}
}
