F
Franz
My application will only read the xml file at startup and write the xml file
rarely. I am now using XmlSerializer to read the xml file at startup. I want
to speed it up. Therefore, I consider XmlReader. However, I don't know what
the differences are in reading by these 2 classes.
rarely. I am now using XmlSerializer to read the xml file at startup. I want
to speed it up. Therefore, I consider XmlReader. However, I don't know what
the differences are in reading by these 2 classes.