You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i use bit fields the are always serialized in big endian order, but the encoder seems to respect the endianess set for the parser. The result is only bigendian messages with fields can accuratly go through serialization and deserialization. Little endian parsers result in malformed data.
The text was updated successfully, but these errors were encountered:
If i use bit fields the are always serialized in big endian order, but the encoder seems to respect the endianess set for the parser. The result is only bigendian messages with fields can accuratly go through serialization and deserialization. Little endian parsers result in malformed data.
The text was updated successfully, but these errors were encountered: