In C#, how to XML serialize an object that has a Dictionnary as a parameter

后端 未结 0 1065
逝去的感伤
逝去的感伤 2021-02-19 03:37

I have this class(Animal) that I need to serialize to a XML file.

[Serializable]
    public class Animal {

        private String noun;
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题