I'm using GSON to serialise some object graphs to JSON. These objects graphs use the new Java 8 java.time
entities (ZonedDateTime
, OffsetDateTime
, LocalTime
etc).
I've found a library for Joda Time serialisers here - is there an equivalent library for the JDK java.time
classes?
(This person had no luck with their efforts to use GSON with java.time
- and their question remains unanswered).