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
@@ -626,6 +626,7 @@ Release 0.9.0 beta2 2017/2/11
626
626
* Users of serializer code generator API can suppress [DebuggerNonUserCode] attribute to enable debugger step in.
627
627
* SerializerRepository API now expose ContainsFor and GetRegisteredSerializers methods to investigate registered serializers.
628
628
* SerializationContext.DisablePrivilegedAccess for restricted environment like Silverlight to select between granting permission or relinquish non-public access.
629
+
* UWP build is now included.
629
630
630
631
BUG FIXES
631
632
* The generated code for the type which has Tuple typed member uses old PackHelper API.
@@ -638,3 +639,4 @@ Release 0.9.0 beta2 2017/2/11
638
639
* Fix built-in collection serializers such as List<T> serializer causes SecurityException when the program run in restricted environment like Silverlight. Issue #205.
639
640
* Fix null items of complex type in List<T> or Dictionary<TKey, TValue> will not be deserialized as null. Issue #211. (from 0.8.1)
640
641
* Fix types which implement IPackable and IUnpackable but do not have any members cannot be serialized. Issue #202
0 commit comments