Open
Description
https://github.com/msgpack/msgpack-cli/wiki/Custom-serialization#custom-serializer
When I attempt to create a serialiser class as per this documentation I get the following warning;
Constructor 'MsgPack.Serialization.MessagePackSerializer.MessagePackSerializer' is obsolete: Use MessagePackSerializer (SerlaizationContext) instead.
Also, a code example of how you register this serialiser properly would be useful.