Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`uint` and `int` serialization/deserialization differs #5
Comments
strega-nil
pushed a commit
to strega-nil/bincode
that referenced
this issue
May 13, 2020
Change VarInt to support all integral types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uintis always serialized and deserialized asu64.int, however, useswrite_be_int/read_be_intmethods. This makesintserialization potentially platform-dependent.