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
I suppose you could have some kind of interface for serialization, and then implement one for Newtonsoft and one for System.Text. At compile time, you could build a Newtonsoft compatible version and a System.Text compatible version, and use a preprocessor directive to choose which one to instantiate. The Newtonsoft JsonProperty annotations would also have to be complimented by JsonPropertyName annotations for System.Text.
The text was updated successfully, but these errors were encountered: