msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

Custom Serialisation docs appear to be out of date.

Open shadow7412 opened this issue 4 years ago • 1 comments

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<T>.MessagePackSerializer' is obsolete: Use MessagePackSerializer (SerlaizationContext) instead.

Also, a code example of how you register this serialiser properly would be useful.

shadow7412 avatar May 04 '20 00:05 shadow7412

Sorry for delayed response, and thank you for feedback! I will fix the doc soon.

yfakariya avatar Jul 20 '20 11:07 yfakariya