[code]
MyGenericClass<T> implements IsSerializable{

public MyGenericClass(){ } 

}
[/code]
throws rpc.SerializationException when trying to send an instance using 
RPC. Though,
[code]
MyGenericSubclass extends MyGenericClass<String>{
// ...
}
[/code]
works perfectly.

I've found a 
link<http://code.google.com/p/google-web-toolkit/issues/detail?id=1985>that 
pretty much describes my problem as well as the 
fix <http://code.google.com/p/google-web-toolkit/source/detail?r=1791>, but 
it doesn't seem to work.

Any thoughts? 

Thanks in advance,

Nikola

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/g8TzKnF3TW4J.
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