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
In general, a constructor decorated with the [JsonConstructor] attribute should be able to be a non-public constructor.
This would address cases where there is a special internal constructor that is solely used for json deserializing and that should not be called from user code.