Quite often during development we see this error.
com.google.gwt.user.client.rpc.SerializationException: Type 'com.test.TestDTO' 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".
Can some one please tell me what is security concern here?
What is impact of overriding SerializationPolicy and ignoring validations by by providing empty implementation for validateSerialize and validateDeserialize methods.
