Extra methods do not affect the serialized size. What matters is the fields on your classes that are not transient, static or final.
spierce7 wrote: > If I'm transferring an object that has some persistent data in it to > be saved on the server, from the client to the server (or vice versa), > does me having extra methods in the object, increase the amount of > data transferred between the server and the client? What about extra > variables that are not persisted? > > -- 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.
