I'm not sure I understand what you're trying to do, but it seems to me that you want to use those classes client-side so you might want to look at the JRE emulation reference: http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html You'll realize that it's not possible. If you really want consistent history support across all browsers, you should stick to the provided implementation.
Cheers, Salvador On Apr 21, 7:48 pm, Keith <[email protected]> wrote: > Do you think is it a bad idea to use SerializationStreamWriter and > SerializationStreamReader to write an object's state to the history? > It seems like it would be a more convenient way to go than for me to > try to write my own methods for doing this. I guess it could be a > problem if I blow past the URL length limit but I suppose that is a > possibility with my own serialization schemes too. > > Thanks in advance for your advice > -Keith --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
