I have an application where 2 IFrames are being used. In one Frame, I have a DTO object that I would like to send to the other Frame. The DTO object is Serializable, but aside from that, I dont know what the contents of it are.
Is there a clever way to pass this Object from one Frame to another? It appears the answer is to serialize the object to a string then pass the string across. I know I can do this manually or with JSON, or some other such device, but I'm hoping there is a way to do this using GWT Serialization. Does anyone know how I can accomplish this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
