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
How to clone a class that has a property of a type that only has a complex constructor?
In Json.Net this is possible using the [JsonConstructor] attribute on the constructor that has to be used
The text was updated successfully, but these errors were encountered:
How to clone a class that has a property of a type that only has a complex constructor?
In Json.Net this is possible using the [JsonConstructor] attribute on the constructor that has to be used
The text was updated successfully, but these errors were encountered: