Open
Description
I am annotating my objects with Jackson annotations @JsonIgnore.
I see that spqr respects these annotations for the input type, but does not do so for the output type.
Is there any reason in particular why this was implemented this way? Or am I just missing something?