-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ByteBuffer
serialization is broken if offset is not 0
#1662
Comments
This might be something to bring up on mailing lists -- with a link to this issue. Since I don't use |
ByteBuffer
serialization is broken if offset is not 0
Was included in |
This happens with all Jackson versions. The below test sadly passes:
There are two bugs, really:
What kind of fix would be accepted here?
My ideal scenario is that ByteBufferSerializer is rewritten to
but I could also see it being rewritten to
- I accept that my former solution changes behaviour a little more drastically (but makes it consistent with
equals()
).The text was updated successfully, but these errors were encountered: