Here is what i understand about serialization:
It lets you take your object and turn it into a stream of bytes so you can save it to a flat file for later use.
I would like to know what what benefit this would serve and why would anyone want to do this.