Feature/messagepack serializer
This PR adds the package to support MessagePack serialization. Referent to #229.
@walter-psjr I did read a little bit about the library you are using. The only (or main) extension point of that library are the different resolvers, right?
So, I think that should be a configuration point for this implementation, too. You are currently basically hardcoding it to use ContractlessStandardResolverAllowPrivate.
You can pass objects to serializers in CacheManager, custom configuration or anything, see JsonSerializer for example. The configuration extensions could take an optional resolver instance which defaults to what you have right now...
What do you think?
Before I review the PR, could you please squash your commits so that the changes do not show up twice in the changed files? Thanks! ;)
Hi @MichaCo, I'm sorry for the delay in answering. I did the commits squash. I left this configuration of the contracts static because I had problems with running the tests and internal classes. I'll take another look, I saw that other people had problems with tests but said that this was solved in the library in December. Thanks for the feedback, I'll try to see this as soon as possible.