Posts Tagged ‘ version control ’

Version Control in Java Serialization – serialVersionUID

Aug 6th, 2009 | By admin | Category: Java

In my last post on java object serialization , I have explained how to write an object to an object stream and how to read the object state under a different java virtual machine. Lets assume, we have created a class and instantiated it and serialized(Written the state to the file system) it too. Now [...]