[gwt-contrib] Re: RPC and Fileuploads

2008-10-30 Thread John Tamplin
On Thu, Oct 30, 2008 at 11:58 AM, BobV <[EMAIL PROTECTED]> wrote: > MyServiceAsync async = GWT.create(MyRpcService.class); > StreamWriter w = ((SerializationStreamFactory) async).createStreamWriter(); > w.writeObject(any object that the async interface could send to the > server); > String payload

[gwt-contrib] Re: RPC and Fileuploads

2008-10-30 Thread BobV
> If that kind of functionality is not going to be implemented then I > need at least an API to be able to encode a serializable object into a > Form input field and output field. Since RPC already has serialisation/ > deserialisation it would be great if I could just reuse that code, > without th