Thanks for your help,
I'm trying to read and test some demo. So, I realize something about
GWT-RPC.
Yeah, I will try to make a Data Transfer Object.

On Aug 19, 11:12 pm, Arthur Kalmenson <arthur.k...@gmail.com> wrote:
> GTW-RPC can only serialize objects that are emulated or new ones you
> create that implement Serializable. There are some solutions to get
> other stuff to serialize, but that's probably not what you want. If
> you make a Data Transfer Object (DTO) that only contains serializable
> fields, you'll be able to send it over the wire no problem.
>
> --
> Arthur Kalmenson

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@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