We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can't use LocalTime, LocalDate & LocalDateTime as Key type for a Map which apparently is fixed by #41
The text was updated successfully, but these errors were encountered:
Confirmed, I merged the pull request into 2.4.2 branch and then built a custom joda module and it worked fine with LocalDate keys.
LocalDate
Sorry, something went wrong.
Fixed as per #41.
This appears to be happening again. Attempting to deserialize a Map with LocalDate as keys throws a Expected Object but found String exception.
@reka18 If there is a problem, could you please file a new issue with version information (ideally tested against 2.11.3), and reproduction?
No branches or pull requests
Can't use LocalTime, LocalDate & LocalDateTime as Key type for a Map which apparently is fixed by #41
The text was updated successfully, but these errors were encountered: