rpc.SerializationException in parametrized class

18 views
Skip to first unread message

Nikola Markovic

unread,
Jun 19, 2012, 9:47:06 PM6/19/12
to google-we...@googlegroups.com
[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 that pretty much describes my problem as well as the fix, but it doesn't seem to work.

Any thoughts?

Thanks in advance,

Nikola
Reply all
Reply to author
Forward
0 new messages