blah blah blah is here! blah blah » Close

1
votes
1 answers

Property Set: XML Deserialization vs Programatically Adding

eeboy
499

I didn't really know how to title this problem as it's pretty context sensitive... I am deserializing xml into the following class: [code] [XmlType("user")] public class User { [XmlAttribute("na ...

1
votes
1 answers

XML Deserialization

eeboy
499

I am attempting to deserialize an XML file that looks like so: [code] <?xml version="1.0"?> <cameras> <camera name="z1485" id="0"> <mode name="Video" cmd="96&q ...

Feedback