Question:The use of attributes in a class and its members can affect the XML into which it serializes. Which of the following rules apply when a class is serialized?
A The Namespace of the Serialized XML will be http://tempuri.org by default
B Properties and Fields will remain in the same Namespace
C Properties and Fields will be serialized as Elements
D All of these
+ AnswerB
+ Explanation
+ Report