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
As far as I can see the types are currently serialized to the platform endianness (they get encoded as-is). However, in some cases (for example GVDB) the endianess of the serialized data is specified, and needs to be uniform.
Would it be possible to add a way to serialize any generic SerializeTo to a target endianess?
As far as I can see the types are currently serialized to the platform endianness (they get encoded as-is). However, in some cases (for example GVDB) the endianess of the serialized data is specified, and needs to be uniform.
Would it be possible to add a way to serialize any generic SerializeTo to a target endianess?
That would make it much easier for me to add support for this crate in https://crates.io/crates/gvdb
The text was updated successfully, but these errors were encountered: