There are TODOs to be implemented in the future.
- If you find an issue which should be added this list, comment in the issue.
- If you implement the item of the list, send PR. Please remember you run UnitTests.
- They are ordered "personal" priority based on their effect and cost.
Issue #94.
- Add wiki and samples about polymorphism.
- Add architecture document.
- ContextBased-serializer should be removed.
- .NET 4 build should be removed in 2016/02.
Issue #84.
- Add stream-position in the exception when the stream's
CanSeek
returnstrue
. - Add trace-enabled serializer and trace-enabled
Unpacker
.
- This attribute defines "default known subtypes" in the base type itself.
- It reduces scattered
[MessagePackKnownAttribute]
in places.
Issue #90.
- Add
Unpacker.Create(MessagePackObject)
.
- Make
AssemblyBuilderAccess
toRunAndSave
.
Issue #72.
- Unity stripping mode
- IL2CPP of Unity
- UWP
- .NET Native
#Issue 68.
- Supports asymmetric (serialize-only/deserialize-only) serializer.
- Add properties like
CanPack
andCanUnpack
.
Issue #67.
- Add async methods to the
Packer
andUnpacker
, thus addMessagePackSerializer<T>
and new interfaceIAsyncMessagePackSerializer
andIAsyncMessagePackSingleObjectSerializer
.
- Core API inlining with T4 is not very effective, so refactoring for maintenancibility is reasonable now.
- Serializer generator should be refactored continuously.