You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add the (optional) ability to serialize/deserialize Enum values to/from (camelCased) string rather than numeric value. This functionality is available in Json.NET as well.
Several API's expose fixed "choice" values as string-like enumerations and with the current functionality we would be forced to map such values to a string and roll our own post-deserialization parse logic.