Skip to content

0.6.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yfakariya yfakariya released this 26 Apr 15:36
· 967 commits to master since this release

This is pre-release of new MessagePack for CLI includes new features:

  • Type embedding. This feature enables you to serialize sub-type instances in the property or its collection items. #48
  • Serialization constructor. This feature enables you to serialize "record" type which has parameterful constructor and get-only properties and/or read-only fields. #52