-
Notifications
You must be signed in to change notification settings - Fork 175
-
1.1
No due date Last updated about 6 years ago -
future
No due date Last updated about 7 years agoNo detailed plan, but the proposals are considerable to future rele…
No detailed plan, but the proposals are considerable to future release.
Planned features:
- Polymorphism related improvements:
- Officially publish
PolymorphicSchema
APIs. - Allow attributes on type itself for convenience.
- Add runtime type verification for runtime type polymorphism (if feasible).
- Officially publish
- .NET Core next release support
ValueTuple
-
ValueTask
(if reasonable)
- Xamarin's .NET Standard 1.6 support
- Asymmetric serializer generation (serialize-only and deserialize-only, but it causes some incompatibility)
-
Unpacker.Create(MessagePackObject
- object unpacker to enable deserialization fromMessagePackObject
- Polymorphism related improvements:
-
1.0
No due date Last updated about 7 years ago -
0.9
Past due by about 8 years Last updated over 7 years agoNext release including Asymmetric serializer, which is useful for …
Next release including
- Asymmetric serializer, which is useful for communication, anonymous types, etc.
- ObjectPacker, ObjectUnpacker which enables serializer to/from MessagePackObject.
- Bug fixes.