This question requires that you evaluate the underlined text to determine if it is correct.
The process of transforming compiled C# code into an XML string for a web service is
known as deserialization.
Select the correct answer if the underlined text does not make the statement correct. Select
“No change is needed” if the underlined text makes the statement correct.
A.
No change is needed
B.
serialization
C.
decoding
D.
encoding
Yes B
The XmlSerializer performs the transformations between XML documents and objects in your program with a single API call.
https://msdn.microsoft.com/en-us/library/aa302290.aspx?f=255&MSPPError=-2147217396#trblshtxsd_topic3
B: Serialization
Deserialization is converting XML back to C#