Question:Which of the following are correct with regard to XML serialization?
A XML Serialization is not designed to serialize any CLR object into XML
B XML Serialization is designed to map classes to schemas, and object instances of those classes to XML instances of those schemas
C The basis of XML Serialization is not the CLR type system; rather, it is the XSD Schema type system
D All of these
+ AnswerA
+ Explanation
+ Report