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
Collection interfaces are serialized using the raw serializer, which means that Jackson lost the component type of the collection.
The jackson alternative (TypeReference) should be used.
Collection interfaces are serialized using the raw serializer, which means that Jackson lost the component type of the collection.
The jackson alternative (TypeReference) should be used.