Question:Which of the following are the limitations of XML serialization?
A Only Classes with a Public Default Constructor will be serialized
B Only Public Fields and Properties will be serialized
C Read-Only Fields and Properties will not be serialized
D Methods and Other Type Information will not be serialized
E All of these
+ AnswerD
+ Explanation
+ Report