Episode 18. Ahh, the perils of Serialization and Deserialization in Java - a podcast by Freddy Guime & Bob Paulin

from 2012-02-17T02:04:39

:: ::

We all have the need to serialize/deserialize objects (either through the "wire" or to file). In this podcast we go and analyze what exactly happens when we create an ObjectOutputStream and write to it, and more importantly what pitfalls are there to avoid (Out ot memory errors, stale object updates, Not Serializable Exceptions, and toenail fungus!). If you ever considered using ObjectOutput/InputStream, or are actively using in your current projects, take a listen!


https://github.com/eishay/jvm-serializers/wiki/ (Serialization performance comparison for Java, pick one!)


Questions, feedback or comments! comments@javapubhouse.com


Subscribe to our podcast! (http://javapubhouse.libsyn.com/rss)
ITunes link (http://itunes.apple.com/us/podcast/java-pub-house/id467641329)
Java 7 Recipes book! (http://www.amazon.com/gp/product/1430240563/ref=as_li_ss_il?ie=UTF8&tag=meq-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=1430240563)

Further episodes of Java Pub House

Further podcasts by Freddy Guime & Bob Paulin

Website of Freddy Guime & Bob Paulin