C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / EnumToStringConverter Class
Properties Methods


EnumToStringConverter Class Members

The following tables list the members exposed by EnumToStringConverter.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the EnumToStringConverter class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the written enum text should be camel case.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Gets whether the converter is supported.  
Top
Protected Methods
 NameDescription
Protected MethodDeserialize an object from the specified value. (Inherited from C1.JsonNet.JsonConverter)
Protected MethodSerialize the specified value to a string. (Inherited from C1.JsonNet.JsonConverter)
Protected MethodOverridden. Deserialize the object.  
Protected MethodWrites the specified value. (Inherited from C1.JsonNet.JsonConverter)
Protected MethodOverridden. Serialize the value.  
Top
See Also