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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -607,3 +607,6 @@ Release 0.9.0 (planned)
607
607
Issue #184.
608
608
* Polymorphic attributes now supports type qualification. Issue #171.
609
609
* Runtime type polymorphism now supports name based type verification. This feature allows to prevent loading malicious or unknown types ibefore assembly loading.
610
+
* Asymmetric serializers. You can generate "pack only" serializer when you set SerializationContext.CompabilityOptions.AllowAsymmetricSerializer to true. #68.
611
+
* Built in serializer for System.Text.StringBuilder now supports UnpackTo.
0 commit comments