Problème à la compilation
Bonjour
Je develloppe ma première appli en GWT et quand je compil avec le ptit outils de google il me dit sa
Computing all possible rebind results for 'com.developpez.exemple.gwt.client.ContactService'
Rebinding com.developpez.exemple.gwt.client.ContactService
Invoking <generate-with class='com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator'/>
Validating service interface 'com.developpez.exemple.gwt.client.ContactService'
Service interface: com.developpez.exemple.gwt.client.ContactService
Service method: public abstract com.developpez.exemple.gwt.client.util.Contact[] getAllContact()
[ERROR] Return type com.developpez.exemple.gwt.client.util.Contact[] is not serializable and/or has no serializable subtypes
[WARN] Deferred binding result type 'com.developpez.exemple.gwt.client.ContactService' is not instantiable; expect subsequent failure
[ERROR] Errors in 'E:\rolex\gwt-windows-1.3.3\demoGWT\src\com\developpez\exemple\gwt\client\panel\ContactsPanel.java'
[ERROR] Line 1: Unable to resolve required rebind dependencies
Output will be written into E:\gwt-windows-1.3.3\demoGWT\www\com.developpez.exemple.gwt.MonApplication
Compilation succeeded
Que dois je faire je ne comprend pas
Quelqu'un peut il m'aider ;) ;)