Question:Which of the following are requirements for a class to be serialized with XML serialization? (Choose all that apply.) - VB.NET
A The class must be public.
B The class must be private.
C The class must have a parameterless constructor.
D The class must have a constructor that accepts a SerializationInfo parameter.
+ AnswerA C
+ Report