Multiple choice technology databases

The process of writing the state of an object to a byte stream is called as

  1. Deserialization

  2. Serialization

  3. Interface

  4. None of the Above

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

Serialization is the process of converting the state of an object into a byte stream so that it can be saved to a file or transmitted over a network. Deserialization is the reverse process, which reconstructs the object from the byte stream.