Thursday 25 September 2014

Serialization in Java

Meaning of serilization in java



Serialization means converting an object data into byte stream so that it can be easily transfer through network.
It means its mechanism of translating objects values/state to bytes to send it over the network and same ay deseriablzation is coverting those bytes back into object data.
You might interseted in : String,String Buffer and String Builder
How to add instance of a class to list and then reterieve it

No comments:

Post a Comment