Is there a way to use jackson for the client JsonF...
# ktor
d
Is there a way to use jackson for the client JsonFeature? The GsonSerializer does not seem to respect @JsonIgnore annotations
e
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
is there going to be a JacksonFeature in the nearer future?
o
You could contribute one 🙂 It shouldn’t too hard, given
Gson
is already there.
👍 1
d
I've added a pull request
👀 1