Skip to content

Commit

Permalink
#1692 serialization reverted to original state -> new issue #2074
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed May 31, 2022
1 parent 4d39116 commit e819630
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class Application() {
.configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false)
.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)

.setSerializationInclusion(Include.NON_ABSENT)
// todo consider including the following to unify serialization results - #2074
// .setSerializationInclusion(Include.NON_ABSENT)
// ^ fields of `Option[T]` are not included if None (ame behavior as Atum's SerializationUtils.asJson)
// explanation: https://github.com/FasterXML/jackson-module-scala/issues/46#issuecomment-128770969
}
Expand Down

0 comments on commit e819630

Please sign in to comment.