Serializing object using Generic.list
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
Im Serializing this Object 'PersonNode'. It Serializing ok but the attribute 'name' is not coming through. Why would this be? [Serializable] public class PersonNode: List { [XmlAttribute("name")] public string name;
-
Im Serializing this Object 'PersonNode'. It Serializing ok but the attribute 'name' is not coming through. Why would this be? [Serializable] public class PersonNode: List { [XmlAttribute("name")] public string name;