This post originated from an RSS feed registered with Java Buzz
by Talip Ozturk.
Original Post: Object Serialization
Feed Title: Shared Memory
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: about java, jini, javaspaces, programming, aop and a little bit of me and life.
Today I found out that if you serialize an object then update that same object and serialize it again, your object's old state will be serialized, meaning your updates to the object will be ignored. You want to know why then read this.