Replies: 1 comment
-
You could add your own explicit padding in the schema to match the padding of the existing C app. It's not ideal, but it is a way to do it currently with code changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that padding is added to the structs and this doesn't make possible to send the serialized buffers to an existing C application that is already using its own packed structures.
Beta Was this translation helpful? Give feedback.
All reactions