-
Notifications
You must be signed in to change notification settings - Fork 246
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
Android serialization problems #321
Comments
me too |
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.reflect.Field.get(java.lang.Object)' on a null object reference |
I suspect the later issue is the same as what I mention here #288 |
Hi, while using version 2.57 I found that Class object and Timestamp object serialization does not work on Android runtime. Tested on Android 7-12.
Sample class that I want to serialize looks like:
And a test case:
It's working when I run it as a test, but in Android app it throws an exception:
Second case:
This time app threw exception:
The text was updated successfully, but these errors were encountered: