0.8.0
This release will contain new features about map based serialization tweaking.
This release does not have any changes from 0.8.0-beta
BREAKING CHANGES
MessagePackDeserializationConstructorAttributenow always used when the type has default constructor.
The previous behavior was bug as XML documentatino said.
NEW FEATURES
- Null member skipping in map based serialization.
This behabvior must be enabled viaSerializationContext.DictionarySerializationOptions.OmitNullEntry.
Issue #136. - Dictionary key transformation via
SerializationContext.DictionarySerializationOptions.KeyTransformer.
Built in transformer is placed inDictionaryKeyTransoformers.
Issue #175. - Add F# collections support. Related to issue #178.
BUG FIXES
- Fix
MessagePackDeserializationConstructorAttributeis ignored when the type has default constructor. - Make Xamarin.iOS unified API compliant. Issue #181.
- Fix
mpu.exe -l.