XML Serialization in C#

前端 未结 7 1515
别那么骄傲
别那么骄傲 2021-02-08 17:37

Where Can I find good tutorial about XMl serialization to the object? Thanks.

7条回答
  •  名媛妹妹
    2021-02-08 18:30

    Here's a good start microsoft

    Also look into Xml Schema and generating classes automatically with xsd.exe the sooner you get used to this the better, it can save you a lot of effort working with XML. Also looking at the generated c# files gives you some clues on how to use attributes to manipulate the way classes are serilized by the XmlSerializer

提交回复
热议问题