pardahlman / RawRabbit

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

Break up Message Serialization #124

Closed pardahlman closed 7 years ago

pardahlman commented 8 years ago

In version 1.x, context creation, serialization and conversion to/from bytes are made in one call. It makes sense to break this up to different calls so that a custom middleware have the opportunity to modify context if desired