Skip to content

future

No due date 33% complete

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).
  • .NET Core next release support
    • ValueTuple
    • ValueTask (if reas…

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).
  • .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 from MessagePackObject