Orleans: Serialization?

Created on 13 Feb 2019  路  2Comments  路  Source: dotnet/orleans

Is not an Issue, only a question about the used (binary) serialization.
In his speech here: https://youtu.be/vMaqXCq52l8 Roger Johansson from akka.net talks about his implementation of message object serialization.
Exists there also somewhere something to compare the numbers?

question

Most helpful comment

We don't have comparative benchmarks, @braegelno5, but Wire is more optimized than Orleans default serializer. Orleans supports custom serializers, so you should be able to use Wire with it. As far as I understand, Wire doesn't implement version tolerance yet. I have been working on a version-tolerant serializer here: https://github.com/ReubenBond/Hagar

All 2 comments

We don't have comparative benchmarks, @braegelno5, but Wire is more optimized than Orleans default serializer. Orleans supports custom serializers, so you should be able to use Wire with it. As far as I understand, Wire doesn't implement version tolerance yet. I have been working on a version-tolerant serializer here: https://github.com/ReubenBond/Hagar

Closing due to inactivity - we can reopen if needed

Was this page helpful?
0 / 5 - 0 ratings