1.0.0-beta1
Pre-release
Pre-release
NEW FEATURES
- .NET Standard 2.0 which supports serializer source code generation on .NET Core. Note that serializer assembly generation is not supported.
- MessagePackSerializer.UnpackMessagePackObject(byte[]) utility method.
- MessagePack timestamp type support. This includes interoperability with DateTime/DateTimeOffset as well as MsgPack.Timespan type with basic arithmatics, properties, and conversions.