Well, I have a little confession...
I only use java on daily basis in GWT, no desktop or server java at
all...
So, when I first started with gwt about a year ago, I thought that the
sub class declaration using the {{ }} are just a special syntax to
set the values of the class, I didn't know I was declaring a
subclass!!!
And I only knew that fact yesterday!!!
After a quick search in my code base It turned out that I have about
400 subclass I didn't know I declared!!
And the reason I did't find out is that I was using a javascript
library for serialization...
Anyway, I thought instead of having to fix the 400 subclass It would
be great if I could tell the gwtent serialzer to serialize the parent
values and not throw the exception, I naturally didn't add anything in
the subclass...
all I need is to be able to send the subclass to the serializer and
get the values of the parent...
Is there a way to do that? Or should I begin fixing?
> >
gwt-ent+u...@googlegroups.com<
gwt-ent%2Bunsu...@googlegroups.com >
> > .