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?
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
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