Ferris-DMSE / TeamPlatinumViewer

Team Platinum's homework for SCM, The Viewer
0 stars 2 forks source link

Integrate DataContract attributes with Model classes #10

Open iFialAtFail opened 8 years ago

iFialAtFail commented 8 years ago

Since we've moved to using a DataContractSerializer to serialize and deserialize the XML data we will receive, we must add the DataContract and DataMember attributes to the model classes to model the data given in the XML document. This includes adding an "Order = (i)" to the DataMember attribute, where (i) is what order the property shows up in the corresponding XML document's node structure.

Pass criterial:: Successfully deserialize object.