Sunday, November 11, 2018

How To Serialize Nonstandard Enum Values

Integrating with third-party systems occasionally require enum values that are invalid .NET enum names. This article illustrates how to get around this issue.

source https://www.c-sharpcorner.com/article/how-to-serialize-nonstandard-enum-values/

No comments:

Post a Comment