Data Contract Serialization Not Working For All Elements
- by splatto
I have an XML file that I'm trying to serialize into an object. Some elements are being ignored.
My XML File:
<?xml version="1.0" encoding="utf-8" ?>
<License xmlns="http://schemas.datacontract.org/2004/07/MyApp.Domain">
<Guid>7FF07F74-CD5F-4369-8FC7-9BF50274A8E8</Guid>
<Url>http://www.gmail.com</Url> …