danielcirket / OpenEventSourcing

MIT License
3 stars 0 forks source link

Add support for MessagePack serialization #12

Open AtLeastITry opened 4 years ago

AtLeastITry commented 4 years ago

At the moment JSON is currently supported, seems like a good idea to add support for MessagePack too. so instead of calling .AddJsonSerializers() you could call .AddMessagePackSerializers()

danielcirket commented 4 years ago

Feel free to send a PR