You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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