0.9.0-beta1
Pre-release
Pre-release
This release includes new features.
NEW FEATURES
- Enum name transformation via
SerializationContext.EnumSerializationOptions.NameTransformer
.
Built in transformer is placed inEnumTransoformers
.
Issue #184. - Polymorphic attributes now supports type qualification. Issue #171.
- Runtime type polymorphism now supports name based type verification. This feature allows to prevent loading malicious or unknown types ibefore assembly loading.
- Asymmetric serializers. You can generate "pack only" serializer when you set SerializationContext.CompabilityOptions.AllowAsymmetricSerializer to true. #68.
- Built in serializer for System.Text.StringBuilder now supports UnpackTo.
- Add serialization to/from MessagePackObject as extension methods of MessagePackSerializer and MessagePackSerializer. Issue #90
BUG FIXES
- Fix nuspec to prevent old NuGet clients which do not support .NET Standard TFMs. Issue #177.