Skip to content

Commit

Permalink
fix default value docs of SerializeTypeInformation, closes #4480
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Suter committed Aug 15, 2023
1 parent 92b168a commit 8d120cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public bool UseRequestAndResponseSerializationSettings
}

[Argument(Name = "SerializeTypeInformation", IsRequired = false,
Description = "Serialize the type information in a $type property (not recommended, also sets TypeNameHandling = Auto, default: true).")]
Description = "Serialize the type information in a $type property (not recommended, also sets TypeNameHandling = Auto, default: false).")]
public bool SerializeTypeInformation
{
get { return Settings.SerializeTypeInformation; }
Expand Down

0 comments on commit 8d120cd

Please sign in to comment.