You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cereal serialization library
Hi,
The portable binary archive adds one extra byte to the beginning of file. 0x00 for bigendian and 0x01 for littlendian.
Is there a way to turn it off? I would like to get the same result as in a nonportable binary archive.
Shane Grant
unread,
Apr 3, 2020, 1:27:58 AM4/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cereal serialization library
It is not possible to remove this byte from the portable binary archive, as one of its main purposes is to encode the endianness of the machine when serializing. If you don't need this, use the regular binary archive.