0.6.0-beta2
Pre-release
Pre-release
This release fixes some issues until 0.6.0-beta1 including:
- System.DateTime, System.DateTimeOffset, System.Runtime.InteropServices.ComTypes.FILETIME are now serialized native representation by default, it keeps 100-nanosecond resolution, DateTimeKind, and Offset.
You can revert the behavior to the previous Unix Epoc via SerializationContext.DefaultDateTimeConversion or [MessagePackDateTimeMember] custom attribute. Issue #74 - System.DBNull become serializable now. Issue #72.
- System.Object instance causes StackOverflowException. Issue #73
- Add corlib only build (MsgPack.Unity3D.Micro). This build only depends mscorlib. This feature is experimental. Related to Issue #70.
In addition, this release add many workarounds to avoid AOT issue in Unity3D and Xamarin iOS.