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
When marshalling Resource.class, the content is not marshalled. All i get is an xml package like this
However, if I wrap the Resource.class with my own class and override getContent() and annotate with @xmlelement, it works. Would you be able to add that annotation to getContent() or am i doing somethign wrong. Resources.class works just fine, its just Resource.class that I have to wrap. Thanks!