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
Would be nice, maybe by exploiting also the Flags trait, when serializing, to serialize a bit too telling whether the serialized struct is in compressed form or not, removing the need of having separate functions and to explicitly taking care of it
The text was updated successfully, but these errors were encountered:
DanieleDiBenedetto
changed the title
Removed explicit distinction between deserialize and deserialize_uncompressed for CanonicalDeserialize
Remove explicit distinction between deserialize and deserialize_uncompressed for CanonicalDeserialize
Jul 7, 2021
Would be nice, maybe by exploiting also the Flags trait, when serializing, to serialize a bit too telling whether the serialized struct is in compressed form or not, removing the need of having separate functions and to explicitly taking care of it
The text was updated successfully, but these errors were encountered: