Replies: 4 comments
-
Hello @kancve! Thanks that you are still using zserio! Unfortunatelly, you were hit by one Zserio drawback. Because there is no header in Zserio serialized binary data, there is no possibility where to store byte order of upcoming data. However, you can probably do it by yourself using some tricks in schema. Example:
Then, application must access the field |
Beta Was this translation helpful? Give feedback.
-
Regarding possible solution how to support big/little endian directly in Zserio, please see #124. |
Beta Was this translation helpful? Give feedback.
-
Hello @mikir! I am also seeking a solution and researching how GDAL handles it. I hope to bring inspiration for the improvement of zserio. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your effort. Any inspiration will be pretty welcome! PS.: I will convert this issue to the discussion. |
Beta Was this translation helpful? Give feedback.
-
Recently, I want to use zserio to parse WKB format streams, and I found that WKB streams can specify either of two byte orders, but zserio only using big endian byte order. What modifications do zserio need to make to support it?
Attached is the content I defined:
Best wishes!
Beta Was this translation helpful? Give feedback.
All reactions