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



On Wed, Aug 18, 2010 at 10:27 AM, Tan Duy <tanduy2...@gmail.com> wrote:
> Okay, we try to solve it. I haven't understand GWT RPC yet.
> I want to use MVP model. But I'm familiar with C# than Java.
> Hope everything will be better.
>
> I'm trying to try because this is my last chance.
> Thank you.
> On Aug 18, 9:04 pm, "Sree ..." <gattasrika...@gmail.com> wrote:
>> I actually thought of the same.. DTO. But I have no idea how to implement
>> that..
>> so going through the DTO documentations over net
>
> --
> 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.
>
>

-- 
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