> It is most likely the serialization and de-serialization that is > taking the most time. There really isn't anything you can do about > this because it's the way XML-RPC works. It converts all your objects > into a really big string (xml) sends it over to the clients which then > re-instantiates the objects on the javascript side. You need to limit > the complexity and size of your objects when using XML-RPC. > > At least, I think I am correct. :)
I didn't know that GWT-RPC was using XML --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
