pardahlman / RawRabbit

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

Enrichers, ZeroFormatter #306

Closed LordMike closed 6 years ago

LordMike commented 6 years ago

I copied the Protobuf formatter and tailored it for ZeroFormatter. Should I make a PR that adds it to this repo?

Also. ZeroFormatter only has generic methods, they do not provide anything receiving Type parameters - so I had to use reflection to generate these invocations on the fly. I don't think theres any workaround for this at present.

pardahlman commented 6 years ago

Yes please 👏 😄