I'm trying to undertsand what Serialization and De-Serialization means in Java.
I guess every thing we write in Java language becomes set of bytes when code gets compiled and goes to processor to get execute. After compilation, every thing is turned into machine language or bytes. Correct ..?
So object creation is already a set of bytes which sits in memory to be worked, then what does Serialize and Non-Serialize terms do special to object .. ?
I'm not clear to imagine these two terms in computer hardware..!
Can anyone help ..?
Thanks