Closed
Description
To JSON serialize the proxied objects that are the result of using @AuthorizeReturnObject
, it's necessary to annotate the proxied object with something like:
@JsonSerialize(as = MyObject.class)
It would be nice if this boilerplate weren't necessary.