Search

JsonSerialize` with `nullUsing` option not working for `String` properties · Issue #33 · FasterXML/jackson-modules-base · GitHub

$ 8.00 · 5 (406) · In stock

Hi All, if i use AfterModule this.registerModule(new AfterburnerModule()); the following annotation @JsonSerialize(nullsUsing=CustomSerialize.class) not work. How can enable it ? i want to customize null serialization for certain fields.

Jackson JsonIgnore does not work in Kotlin · Issue #308

JsonIgnore, JsonIgnoreType, not working on kotlin computed

JsonProperty required = true does not work for constructors

Wrong serializer causing JsonMappingException · Issue #1612

JsonTypeInfo property added twice to generated JSON: add support

Jackson @JsonIgnore, @JsonIgnoreProperties and @JsonIgnoreType

How can I force a property to serialize even if it's null? · Issue

Polymorphic deserialization doesn't work using JsonTypeInfo.Id

json - Failed to instantiate com.fasterxml.jackson.databind.node

java - Jackson version with Maven in SpringBoot 2.3 - Stack Overflow

java - How to tell Jackson to ignore a field during serialization