Multiple choice technology programming languages

What is the default serialize for the WCF ?

  1. DataContractSerializer

  2. XMLSerializer

  3. DataContractFormatter

  4. None of the above

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

DataContractSerializer is the default serializer used by WCF to translate .NET objects into XML. XmlSerializer is an alternative that must be explicitly opted into, while DataContractFormatter is not a standard standalone serializer class.