Well, I run my test with gwt 1.7.1 , hosted mode serialization is slower than gwt 2.03 dev mode..
Well, I finally understand that serialization of objects except than String are very slow in devmode. Therefore , I had converted previously written space efficient serialization utiliy to GWT. By means of this utility, serialization performance gain at devmode is quite satisfactory. While normal serialization lasts 30000 seconds for 1000 objects, mine space effiicient serialization lasts only 700 ms.. -- 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.
