Top "Jackson-modules" questions

How to make sure Spring Boot extra Jackson modules are of same version?

Spring Boot already contains the core Jackson dependency + several others. If you e.g. want to add the org.json …

jackson spring-boot jackson-modules
Jackson Java 8 DateTime serialisation

Jackson operates java.time.Instant with WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS (READ_ as well) enabled by default. jackson-datatype-jsr310 It produces …

timestamp java-8 milliseconds java-time jackson-modules
How can I register and use the jackson AfterburnerModule in Spring Boot?

I am using SpringBoot 1.5.9., Jackson 2.8 and Spring Framework 4.3.13. I am trying to register and use the AfterburnerModel. According to the …

java spring spring-boot jackson jackson-modules
Jackson Modules for Map Serialization

I have a Class that contains a Map (with non String key) and some other fields. public class MyClass() { private …

java serialization map jackson jackson-modules
Serialization errors due to jackson-databind version mismatch?

I am running into the following error java.lang.NoSuchFieldError: WRITE_DURATIONS_AS_TIMESTAMPS at com.fasterxml.jackson.datatype.joda.…

maven serialization dropwizard jackson-modules
Using jackson-dataformat-xml on android

I'm strugling with using jackson-dataformat-xml on android I have some very basic code that works fine on oracle jre JacksonXmlModule …

java android jaxb jackson jackson-modules