InterviewSolution
Saved Bookmarks
| 1. |
What Is Serialization ? |
|
Answer» The ENCODING of objects, and the objects REACHABLE from them, into a stream of bytes and the complementary reconstruction of the OBJECT GRAPH from the stream. The encoding of objects, and the objects reachable from them, into a stream of bytes and the complementary reconstruction of the object graph from the stream. |
|