-
Notifications
You must be signed in to change notification settings - Fork 97
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
Java 22 - error serialization and deserialization BigDecimal #80
Comments
Hi, I did some digging in the code and came up with the following results for now. Bytecode generation for BigDecimal processing in one place is created incorrectly. This error occurs in two methods -
And to call
P.S. I commented on the following calls:
There were other errors with them:
|
The problem is not specific to BigDecimal. |
Example:
var byt = one.nio.serial.Serializer.persist(BigDecimal.ZERO);
Error:
Version one-nio: 1.7.1
The text was updated successfully, but these errors were encountered: