[PJUG Javamail] [PJUG javamail] JDK 1.4 - Faster Java serialization options?

Bill Kayser bill at kayser.org
Mon Feb 2 18:46:46 UTC 2009


You can do a lot to tune serialization.  Implement Externalizable  
where possible.  Define serialversionuid everywhere you can (eclipse  
will do this for you with a refactoring i think).


On Feb 2, 2009, at 9:37 AM, Subbu M Iyer wrote:

> Hi all,
>
> We are exploring an external caching strategy and we are seeing that
> we are paying a big penalty for JDK 1.4 serialization and looking for
> ways to optimize that penalty. Does any one know of faster java
> serialization utilities/options for JDK 1.4? Also can some one share
> any numbers they have comparing JDK 1.4 vs 1.5 vs 1.6 serialization
> improvements?
>
> thanks
> _______________________________________________
> Web Site - http://www.pjug.org/
> Javamail mailing list
> Javamail at pjug.org
> http://www.pjug.org/mailman/listinfo/javamail




More information about the Javamail mailing list