-
Notifications
You must be signed in to change notification settings - Fork 48
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
Jsonx formatCaseClass for joda time DateTime field #59
Comments
I'm not sure if there should be forward looking support for joda time, since Java 8's |
To get joda time to work with Jsonx, you'll need to include an implicit joda format. Below is a full implementation for both
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use jsonx and joda time in a case class.
I also use
slickless
andshapeless
to resolve the 22 params.It throws the error:
The text was updated successfully, but these errors were encountered: