序列化反序列化读写XML.rar
c# 读写XML文件 fs = new FileStream(fileName, FileMode.Create); try { XmlSerializer xsr = new XmlSerializer(typeof (T)); xsr.Serialize(fs, x); } catch (Exception ex) {
文件列表
读写XML.rar
(预估有个29文件)
读写XML
TszSetting.xml
16KB
MenuClass.cs
1KB
TSCC.xml
17KB
ConsoleApplication1
ConsoleApplication1.v11.suo
62KB
ConsoleApplication1
Program.cs
488B
ConsoleApplication1.csproj
3KB
TxtFile.cs
2KB
暂无评论