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
This occurs because the Serialize impl calls serialize_seq but the Deserialize impl calls deserialize_tuple. ron is also affected. I have opened a PR #140 to fix this.
For example, with
bincode
, the following assertion fails:It looks like the serializer inserts a length that the deserializer doesn't read.
The text was updated successfully, but these errors were encountered: