+1 On 11/22/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
Hi, I just update W2 and it doesn't compile, as the classes extended from Response don't declare serial version uid. So it seem that Eelco made response serializable. Johan and I think that it's a bad idea to have Response implements serializable. I personally have found numerous bugs just because response failed to serialize. (missing detachs, etc.) I think if anyone need to Serialize response (String response), he should make it's own derivate and make it implement Serializable. So this is a vote. Should we remove Serializable from Response? Me: +1 -Matej
