Multiple choice technology databases What is serialization of a object? Writing the object to a Stream Reading the Object from a Stream Adding the Object to a collection 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.