Multiple choice technology programming languages

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

  1. Deserialization

  2. Serialization

  3. Interface

  4. None

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

Serialization is the process of converting an object's state into a byte stream for storage or transmission. Deserialization is the reverse - recreating an object from a byte stream.