Proto to MessagePack #2215
Unanswered
Thomas-Dumont-Pro
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
When you say generated, is it with a Roslyn source generator, or by some other tool? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using Grpc.Tools to get generate classes from protofiles because my application use grpc to call another one, out of my scope.
Those generated classes are sealed partial.
I want to use MessagePack for SignalR, this part is done.
But is there a way to use the key attribute to get a maximum of byte reduction ?
Since the proto classes are generated (and sealed) I cannot modify them. And I don't want to create dto wrapper manually.
So is there any way to generate classes with key attribute ? Or is there any serializer that would have the same behavior ?
Beta Was this translation helpful? Give feedback.
All reactions