AhHatem
unread,Jul 6, 2012, 12:07:12 PM7/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt...@googlegroups.com
Hi,
I am using gwtent deserialization, I am deserializing the json string which contains values for fields in both the parent and the child. For fields in child it works correctly, but for fields in parent it doesn't deserialize them. In the code I can see that the "getFields()" function doesn't return the values of the fields in parent even if the classes are marked with "@Reflectable(assignableClasses = true,superClasses = true)"
Is this a bug? Am I missing something?