0.5.9
This release includes bug fixes in specific condition.
- Fix properties which type are collection (that is
IEnumerableor its subtype) and their accessibility are not public. Issue #62. - Fix large type, specifically the type which has over 127 members to be serialized, faces
ArgumentOutOfRangeExceptionwhen packing in on-the-fly serializer. WinRT and pre-generated code based serializer are not affected. Issue #63 - Fix WinRT faces
NullReferenceExceptionwhen they use non-public members.