Multiple choice technology web technology

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 an object into a stream of bytes for storage or transmission. Threading is about execution paths, RCW is for COM interop, and AppDomain is about application isolation - none relate to object-to-bytes conversion.