2020年3月16日

C#序列化与反序列化

摘要: public static void Serialization<T>(string path, T type) { XmlSerializer xmlSerializer = new XmlSerializer(typeof(T)); using (Stream stream = new File 阅读全文

posted @ 2020-03-16 15:22 fanu 阅读(111) 评论(0) 推荐(1)

导航