You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -628,3 +628,5 @@ Release 0.9.0 (planned)
628
628
* Fix SerializerCodeGenerator does not handle collections correctly for IsRecursive = true. Issue #203
629
629
* Fix extra field causes IndexOutOfBoundException when reflection based serializers are used. Issue #199
630
630
* Fix some built-in serializers throws InvalidOperationException instead of SerializationException for type errors. Issue #204
631
+
* Fix a combination of readonly members and collection members incorrect code generation when the type also have deserialization constructor. Issue #207.
0 commit comments