pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Streamline serialization #135

Closed pardahlman closed 8 years ago

pardahlman commented 8 years ago

It should be easy to plug in and change the default serializer to a custom or third party solution. This will be achieved by creating an ISerializer interface and use it throughout the application.

❔ It is not decided if Newtonsoft.Json will be a part of RawRabbit or extracted to a seperate package, RawRabbit.Serialization.Newtonsoft.