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

Support Java 8 time: Instant, LocalDate, LocalTime, ZonedDateTime ... #635

Open
GoogleCodeExporter opened this issue May 16, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

GSon should support the Java 8 time.

It now serializes the time classes with its fields. This basically only works 
if you use GSON on both sides of the equation.

It would be better, IMHO, if it used ISO strings - as that is the "lingua 
franca" for all date stuff, and most libraries support this.

There is a github project for this: 
https://github.com/gkopff/gson-javatime-serialisers

Original issue reported on code.google.com by stolsvik on 1 Apr 2015 at 8:14

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

No branches or pull requests

1 participant