jackson-modules-java8 icon indicating copy to clipboard operation
jackson-modules-java8 copied to clipboard

Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names)

Results 44 jackson-modules-java8 issues
Sort by recently updated
recently updated
newest added

Hi folks, i'm trying to get interop between joda and java.time while i try to switch over to java.time. So currently we have a bajillion pojos that hold joda DateTimes...

Why does the LocalDate type object not record its type after serialization, resulting in the principle type cannot be restored after deserialization, while the date type can。 ``` public static...

I’m comparing results of different time object serialization with different settings and the result are very different. I wrote the following code ``` package com.axibase.date; import java.time.Instant; import java.time.ZoneId; import...

Uh... so this is partially for science, I guess. It's obscure enough to not matter, but I'd like to understand the reasoning. I stumbled upon this because I am working...