We have lots of entities with multiple constructors. But, they can all have a public or private parameter-less constructor. Is there a way to configure json.net to always use this constructor without having to apply an attribute to it?
Note: In some cases we would have public parameterized ctors that should not be used, but would have a private ctor that should be used.
Note: In some cases we would have public parameterized ctors that should not be used, but would have a private ctor that should be used.