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
By not serializing to the actual type, it fails certain invariants, such as the fact that default impls for methods rely on other methods (such as uncompressed, unchecked). It is of questionable utility.
The text was updated successfully, but these errors were encountered:
Actually I noticed my actual issue was something to do with the old serialized_unchecked being actually uncompressed. I fixed it in a forthcoming update to #130.
I guess morally speaking, what it is doing makes sense
By not serializing to the actual type, it fails certain invariants, such as the fact that default impls for methods rely on other methods (such as uncompressed, unchecked). It is of questionable utility.
The text was updated successfully, but these errors were encountered: