开发者

XmlSerializer in 7.0

开发者 https://www.devze.com 2023-03-29 23:41 出处:网络
I am using the following line of code for xml serialization in 7.1: XmlSerializer s开发者_如何学JAVAerializer = new XmlSerializer(typeof(XElement));

I am using the following line of code for xml serialization in 7.1:

XmlSerializer s开发者_如何学JAVAerializer = new XmlSerializer(typeof(XElement));

However XmlSerializer is not present in 7.0 so what is the replacement of it in 7.0??


And you could also use datacontractserializer.

0

精彩评论

暂无评论...
验证码 换一张
取 消