-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ArrayOutOfBounds exception on deserialization #22
Comments
Problem could be localized to this property. If I comment it, everything works. |
I'm having a look at it now. Btw. as it is a sealed class omitting the annotation should work correctly (I'm not sure about nested sealed classes - that may not work correctly yet). |
I did not change the code yet, but got the error reported above and bizarre JS runtime error:
I do not think they are related, but I need to figure it out, or I will have to roll back to the previous version. |
Javascript is nasty, but it looks like the javascript equivalent of an NPE. Btw. I've managed to create a simple test case for the original bug. It uses the "wrong" descriptor somehow. I should be able to fix it today. |
Super. I am back to my 3d visualization and I want to release the next version with upgraded libraries. |
I've just pushed 0.14.0.1 that should fix it. I've tested it against your project and the current test works. |
@pdvrieze I just checked and the second problem with JS I've mentioned above is resolved as well. They were related after all. |
Getting
on read from complicated input. Specifically this test.
The text was updated successfully, but these errors were encountered: