Heyja,

i am trying to serialize an object with a field of the type 'class'.
Something like this:

public Class<?> clazz;

I get no exception or something else. But when i set another field,
for example a String, in this object, and send it to the server, the
String field will become null, i.e. i am losing the value of this
field during the serialization/deserialization process.

Can anyone confirm this behaviour and tell me, if this a an expectable
behaviour and why.

I am using Windows Vista 64 and GWT 1.5.3

Thanks
Maerch
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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