Open shadow7412 opened 4 years ago
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.
Sorry for delayed response, and thank you for feedback! I will fix the doc soon.
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;
Also, a code example of how you register this serialiser properly would be useful.