摘要: This example reads object data that was previously written to an XML file using theXmlSerializerclass.ExampleThis code example is also available as an... 阅读全文
posted @ 2016-01-20 16:12 ChuckLu 阅读(342) 评论(0) 推荐(0)
摘要: This example writes the object from a class to an XML file using theXmlSerializerclass.Namespace:System.Xml.SerializationAssembly:System.Xml (in Syste... 阅读全文
posted @ 2016-01-20 15:59 ChuckLu 阅读(252) 评论(0) 推荐(0)
摘要: 1.what is serialization in c#?Serialization is the process of converting an object into a stream of bytes in order to store the object or transmit it ... 阅读全文
posted @ 2016-01-20 15:26 ChuckLu 阅读(413) 评论(0) 推荐(0)