I need to serialize a object with jaxb. This object contain :
private Map<String, List<Interface>> d;
When i serialize this object, I obtain this exception : IllegalAnnotationExceptions java.util.List is an interface, and JAXB can't handle interfaces
How to resolve this exception ? use xmladapter (but how) ? Thx for your help.