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
* Relax constructor based deserialization condition. It will be used even if there are any settable members(including private property setters). Part of issue #178 and fixes issue #135.
596
596
* PackHelpers and UnpackHelpers APIs are now backward compatible.
597
+
598
+
Release 0.8.0
599
+
600
+
Nothing from 0.8.0 beta.
601
+
602
+
Release 0.9.0 (planned)
603
+
604
+
NEW FEATURES
605
+
* Enum name transformation via `SerializationContext.EnumSerializationOptions.NameTransformer`.
606
+
Built in transformer is placed in `EnumTransoformers`.
607
+
Issue #184.
608
+
* Polymorphic attributes now supports type qualification. Issue #171.
609
+
* Runtime type polymorphism now supports name based type verification. This feature allows to prevent loading malicious or unknown types ibefore assembly loading.
0 commit comments