Releases: salarcode/Bois
Releases · salarcode/Bois
Version 3.4
Version 3.2
v3.2 Bois v3.2
Version 2.2.2
- Bug#8 fixed: Deserialize problem when child object is null.
- Due to bugfix #8, this version is not compatible with previous versions.
Version 2.2
- Serialization of Int32, Int32?, UInt32, UInt32?, Int64, Int64?, UInt64, UInt64? are improved to be more compact
- DataTimeOffset serialization is improved to be more compact
- Supporting IDictionary and IList as property or field
- Small boost in Array/Dictionary/List serialization performance
- DateTime encoding method enhancement for DateTime.MaxValue
- Minor bugs fixed
Version 1.8.1
Bug#1 fixed, serialization of special integer numbers may fail silently.
Version 1.8
- Portable supported version is added. Adding support for Windows 8, Windows Phone 8.1, Xamarin.Android and Xamarin.iOS.
- .Net 4 specific version is added.
- Silvelight version bugs are fixed.