Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ internal static void DeterminePropertyAccessors<T>(JsonPropertyInfo<T> jsonPrope
if (converter.ConstructorInfo != null && !converter.ConstructorIsParameterized)
{
// A parameterless constructor has been resolved by the converter
// (e.g. it might be a non-public ctor with JsonConverterAttribute).
// (e.g. it might be a non-public ctor with JsonConstructorAttribute).
defaultCtor = converter.ConstructorInfo;
}

Expand Down
Loading