Question: When an object in C# is serialized, what is it converted to?

  1. XML
  2. JSON
  3. byte stream
  4. value stream

Answer: The correct answer of the above question is Option C:byte stream