InterviewSolution
Saved Bookmarks
| 1. |
What Is The Common Usage Of Serialization? |
|
Answer» WHENEVER an object is to be sent over the NETWORK, objects need to be serialized. MOREOVER, if the STATE of an object is to be saved, objects need to be serilazed. Whenever an object is to be sent over the network, objects need to be serialized. Moreover, if the state of an object is to be saved, objects need to be serilazed. |
|