We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ff1cc commit 0908cb0Copy full SHA for 0908cb0
src/MongoDB.Bson/Serialization/Serializers/CharSerializer.cs
@@ -41,8 +41,8 @@ public CharSerializer()
41
42
/// <summary>
43
/// Initializes a new instance of the <see cref="CharSerializer"/> class.
44
- /// <param name="representation">The representation.</param>
45
/// </summary>
+ /// <param name="representation">The representation.</param>
46
public CharSerializer(BsonType representation)
47
: this(representation, new RepresentationConverter(false, false))
48
{
0 commit comments