-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta8: Serialization type #255
Comments
Hello @msnelling - thanks for reporting this. I believe that you are right, the In the mean while, it shouldn't be that difficult working around this, as the client is can easily be modified. The bytes of a published message is extracted from the serialized message ( |
Thanks. |
You can have a look at the |
So that it works with byte arrays. The JsonSerializer is kept almost intact thanks to the new base class for string based serialization
So that if there is a mismatch in serializer between clients they will post to error exchange or propegate back to requester
Hello again. I've updated the This will be part of beta9. |
Thanks! |
Released |
Hi,
I'm looking at porting our app to use RawRabbit 2.0. Beta 8 defines the ISerializer interface as
How will this work if say my messages are to be serialised as binary protocol buffer messages when the
Serialize()
function returns astring
instead ofbyte[]
?The text was updated successfully, but these errors were encountered: