Multiple choice technology databases

What is serialization of a object?

  1. Writing the object to a Stream

  2. Reading the Object from a Stream

  3. Adding the Object to a collection

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Serialization is the process of converting an object's state into a byte stream so that it can be written to memory, a database, or a file. Reading the object back from a stream to reconstruct its state is called deserialization, not serialization.