Skip to content
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

LocalDateTime GSON conversion support for java 17 #126

Closed
c4lm opened this issue Jun 21, 2023 · 0 comments · Fixed by #127
Closed

LocalDateTime GSON conversion support for java 17 #126

c4lm opened this issue Jun 21, 2023 · 0 comments · Fixed by #127

Comments

@c4lm
Copy link
Member

c4lm commented Jun 21, 2023


Looks like this is the problem with GSON, while it is trying to convert LocalDateTime.
google/gson#1916
from above official gson issue – possible solution can be to implement custom converter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant