Hi Gursel-

Thanks for the response, but I don't *want* Pair to serialize.  And
just marking it as transient doesn't fix the problem.  The Pair class
is out of the gwt package, and therefore, the gwt compiler can't even
see it.

Sorry if this doesn't make sense.

On Mon, May 24, 2010 at 5:45 AM, Gursel Koca <[email protected]> wrote:
>
>
> gwt.example.util.Pair p should be transient.. GWT serialization is
> similar to Java serialization. Gwt serializer try to serialize every
> non transient , final fields.
>
> --
> 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.
>
>

-- 
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.

Reply via email to