You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases where serde normally serializes using the dynamic type of a field (e.g. when the class is abstract), @JsonUnwrapped should also use the dynamic type.
Feature description
In cases where serde normally serializes using the dynamic type of a field (e.g. when the class is abstract),
@JsonUnwrapped
should also use the dynamic type.This is required for micronaut-projects/micronaut-problem-json#196 .
Failing test case:
The text was updated successfully, but these errors were encountered: