PDA

View Full Version : Serialization in java



saneha
04-24-2011, 10:22 PM
understand the concept of Serialization, but sir i didn't fully understand the usage of the said topic, whether is only used to store the state of the object or anything else. plz tell me detail about it, thnx

saneha
04-24-2011, 10:23 PM
Adding object persistence to Java applications using serialization is easy. Serialization allows you to save the current state of an object to a container, typically a file. At some later time, you can retrieve the saved data values and create an equivalent object.



Once you have added this capability of object persistence now you can use it any where like over the network etc.