NimbusAPI / Nimbus

Nimbus is a .NET client library to provide an easy abstraction over common messaging frameworks.
http://nimbusapi.com/
MIT License
112 stars 84 forks source link

Protobuf serializer needs to support NimbusMessage #263

Closed DamianMac closed 6 years ago

DamianMac commented 7 years ago

With 3.0 we wrap messages in a NimbusMessage. This has an object Payload which the protobuf-net serializer doesn't like.

There should be a way to write a surrogate which we can serialize.