Multiple choice technology platforms and products

Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called

  1. Serialization

  2. Threading

  3. RCW

  4. AppDomain

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

Serialization is the process of converting the state of an object into a stream of bytes, allowing it to be easily saved to memory, a database, or transmitted over a network.