According to standard GWT serialization policy the class you want to transfer using rpc (the one which is serialized) needs a No-Argument- Constructor.
Correct me if I missed it in your code. On 26 Apr., 17:37, Martin Ždila <[email protected]> wrote: > Hello > > I am getting: > > com.google.gwt.user.client.rpc.SerializationException: null at > com.google.gwt.user.client.rpc.impl.SerializerBase.check(SerializerBase.java: > 161) at > com.google.gwt.user.client.rpc.impl.SerializerBase.serialize(SerializerBase.java: > 145) at > com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter.serialize(ClientSerializationStreamWriter.java: > 199) at > com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java: > 129) at > com.mwaysolutions.gofer2.logging.log.domain.LogQuery_CustomFieldSerializer.serialize(LogQuery_CustomFieldSerializer.java: > 20) > ... > > The code is here:http://pastebin.com/FZGYpFcp > > What could be the problem? Another GWT RPC restriction? > > Thanks in advance. > > -- > 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 > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- 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.
