GWT Sending type OBJECT Via RPC
问题 I am trying to do this Service Interface: Boolean SaveObjectIntoDatabase(Object Entity); ServiceAsync: void SaveObjectIntoDatabase(Object Entity,AsyncCallback <Boolean> Callback); then implementing it on the serviceimpl with no success. Is it that we cannot send a variable of type object via GWT RPC?? stack trace: onModuleLoad() threw an exception Exception while loading module com.BiddingSystem.client.BiddingSystem. See Development Mode for details. java.lang.reflect