This might look simple but i haven't got satisfying answer anywhere.
Why do we need Serialization ?
Answer I found everywhere is like -
To convert object in byte stream and to store in DB.
But my question is - can't we do it without using serialization? If not how we are storing the data in DB?
Please explain me clearly, if possible provide me an example