-
What is deserialization?
-
- Turning object in memory into stream of bits
- Turning stream of bits into an object in memory
- Turning stream of bytes into an object in memory
- Turning object in memory into stream of bytes
- None of these
Correct Option: B
Deserialization is the reverse process of serialization which is turning stream of bytes into an object in memory.