Bois v2.2.2 Release Notes
Release Date: 2016-08-19 // over 8 years ago-
- ๐ Bug#8 fixed: Deserialize problem when child object is null.
- ๐ Due to bugfix #8, this version is not compatible with previous versions.
Previous changes from v2.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