Can anyone please explain how I can avoid using an aync class when using dto
to serialize an object in a service?
Asked
Active
Viewed 566 times
0
-
can you please further articulate your question? – JohnIdol Jun 11 '09 at 13:39
-
I agree, you need to expand your answer a bit, provide an example of what your talking about and just put more words into it :) – rustyshelf Jun 12 '09 at 00:59
1 Answers
0
If I understand your question, DTOs are only for passing data to the client side in a GWT application, when you can't pass the server side object directly. DTOs have nothing to do with the async classes, which the GWT compiler needs for RPC service calls.

KaizenSoze
- 531
- 4
- 16