I am working with GWT 2.0 since it is released and it is working fine.
Till today.. Now I get a lot of SerializationException's even for
enum's. See below. "Permissie" is just a "normal" enum.

Caused by: com.google.gwt.user.client.rpc.SerializationException: Type
'xxx.Permissie' was not assignable to
'com.google.gwt.user.client.rpc.IsSerializable' and did not have a
custom field serializer.For security purposes, this type will not be
serialized.: instance = V3
 
com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize
(ServerSerializationStreamWriter.java:610)
 
com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject
(AbstractSerializationStreamWriter.java:129)
 
com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase.serialize
(Collection_CustomFieldSerializerBase.java:43)
 
com.google.gwt.user.client.rpc.core.java.util.HashSet_CustomFieldSerializer.serialize
(HashSet_CustomFieldSerializer.java:36)

Does anyone know what is going wrong?

Regards,

Ronald

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to