// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Converters.StringEnumConverter

namespace Newtonsoft.Json.Converters
{
public class StringEnumConverter // TypeDefIndex: 10455
{
	// Fields
	type#23231 <NamingStrategy>k__BackingField;
	type#15314 <AllowIntegerValues>k__BackingField;

	// Methods
	// RVA: -1
	public type#15313 get_CamelCaseText() { }
	// RVA: -1
	public type#28660 set_CamelCaseText(type#15313 value) { }
	// RVA: -1
	public type#23230 get_NamingStrategy() { }
	// RVA: -1
	public type#28660 set_NamingStrategy(type#23230 value) { }
	// RVA: -1
	public type#15313 get_AllowIntegerValues() { }
	// RVA: -1
	public type#28660 set_AllowIntegerValues(type#15313 value) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#15313 camelCaseText) { }
	// RVA: -1
	public type#28660 .ctor(type#23230 namingStrategy, type#15335 allowIntegerValues) { }
	// RVA: -1
	public type#28660 .ctor(type#27705 namingStrategyType) { }
	// RVA: -1
	public type#28660 .ctor(type#27705 namingStrategyType, type#13299 namingStrategyParameters) { }
	// RVA: -1
	public type#28660 .ctor(type#27705 namingStrategyType, type#13299 namingStrategyParameters, type#15313 allowIntegerValues) { }
	// RVA: -1
	public virtual type#28660 WriteJson(type#21390 writer, type#23705 value, type#21366 serializer) { }
	// RVA: -1
	public virtual type#23705 ReadJson(type#21359 reader, type#27705 objectType, type#23705 existingValue, type#21366 serializer) { }
	// RVA: -1
	public virtual type#15313 CanConvert(type#27705 objectType) { }
}
}
