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
* `MessagePackDeserializationConstructorAttribute` now always used when the type has default constructor.
578
+
The previous behavior was bug as XML documentatino said.
579
+
580
+
NEW FEATURES
581
+
* Null member skipping in map based serialization.
582
+
This behabvior must be enabled via `SerializationContext.DictionarySerializationOptions.OmitNullEntry`.
583
+
Issue #136.
584
+
* Dictionary key transformation via `SerializationContext.DictionarySerializationOptions.KeyTransformer`.
585
+
Built in transformer is placed in `DictionaryKeyTransoformers`.
586
+
Issue #175.
587
+
588
+
BUG FIXES
589
+
* Fix `MessagePackDeserializationConstructorAttribute` is ignored when the type has default constructor.
590
+
* Relax constructor based deserialization condition. It will be used even if there are any settable members(including private property setters). Part of issue #178.
591
+
592
+
IMPROVEMENTS
593
+
* PackHelpers and UnpackHelpers APIs are now backward compatible.
0 commit comments