Hi all,

I’m using GWT 2.5, and RCP to exchange information between client and 
service.

I’m trying to define the interface that extends RemoteService and another 
one CRUDService<T> that has among others (CRUD methods) a method:

public Class<T> getDtoType();

 

But this method is only intended to be user by the implementation, on the 
server side.

Is there a way not to expose this method to client side?

Otherwise I’m getting an error, when I compile the project, saying Class<T> 
does not implements Serializeble nor IsSerializeble.

 

Could anyone give me some feedback?

Thanks,

Luis.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_gYim4dXCB8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to