Gaffer icon indicating copy to clipboard operation
Gaffer copied to clipboard

Create serialisers for Java 8 Date/Time objects

Open m55624 opened this issue 7 years ago • 1 comments

It's heavily discouraged to use the old Java Date classes in favour of the new APIs (e.g. http://www.oracle.com/technetwork/articles/java/jf14-date-time-2125367.html).

Therefore there should be ordered raw serialisers implemented for the new Java 8 date and time objects.

These should be made for:

LocalDateTime LocalDate LocalTime

m55624 avatar Jun 20 '17 15:06 m55624

What would be the status of this work if we go to say Java 11? Does this become irrelevant, more pressing, or no change?

n3101 avatar Jul 07 '21 10:07 n3101