Skip to content

Commit

Permalink
enums as well as properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Schwartz committed Jul 2, 2024
1 parent 1272ed2 commit 235f460
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ open class ApiClient(
registerModule(JavaTimeModule())
configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, false)
configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
configure(DeserializationFeature.READ_UNKNOWN_ENUM_VALUES_AS_NULL, true)
}
protected val UNSAFE_HEADERS = listOf<String>()
}
Expand Down

0 comments on commit 235f460

Please sign in to comment.