Question:XML Serialization uses stream-based parsers in System.Xml. Which of the following types of streams can be used for serialization and deserialization?
A NetworkStream B FileStream C Stream D All of these
+ AnswerB
+ ExplanationAnswer not sure
+ Report