Join Slack
Powered by
Is there a way to use jackson for the client JsonF...
# ktor
d
danielm
07/12/2018, 7:33 AM
Is there a way to use jackson for the client JsonFeature? The GsonSerializer does not seem to respect @JsonIgnore annotations
e
e5l
07/12/2018, 7:35 AM
There is no default JacksonFeature for now, but the issue
https://github.com/ktorio/ktor/issues/346
should be already fixed in
0.9.3
d
danielm
07/12/2018, 9:03 AM
is there going to be a JacksonFeature in the nearer future?
o
orangy
07/12/2018, 9:21 AM
You could contribute one 🙂 It shouldn’t too hard, given
Gson
is already there.
👍 1
d
danielm
07/14/2018, 1:29 PM
I've added a pull request
👀 1
2
Views
Open in Slack
Previous
Next