GWT polymorphic lists with @ExtraTypes
问题 I have a little problem with a list that contains different types of elements and i would like to see if anyone of you have met the problem before. The issue should be solved with the use of @ExtraTypes, but it is not working for me, so i guess i am not using it correctly. So, the scenario is (bean names are changed for clarity): GENERAL: I am using GWT 2.5 with RequestFactory. SERVER-SIDE: I have a RootBean that contains, among other stuff, a List <ChildBean> . This ChildBean contains some