We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f319483 commit ef95185Copy full SHA for ef95185
1 file changed
samples/Samples/Sample07_ConstructorBasedDeserialization.cs
@@ -40,7 +40,7 @@ public void DoConstructorBasedDeserialization()
40
{
41
// As of 0.8, constructor based deserialization is relaxed.
42
// 1. If the type have a constructor with MessagePackDeserializationConstructorAttribute, then it will be used for deserialization.
43
- // 2. Else, ff the type have a default public constructor then it will be used for deserialization.
+ // 2. Else, if the type have a default public constructor then it will be used for deserialization.
44
// 3. Otherwise, most parameterful constructor will be used.
45
46
var serializerForSimpleRecord = MessagePackSerializer.Get<MySimpleRecordClass>();
0 commit comments