deserializing xml objects c#


so i have xml looks this:



<todo-list>
<id type="integer">#{id}</id>
<name>#{name}</name>
<description>#{description}</description>
<project-id type="integer">#{project_id}</project-id>
<milestone-id type="integer">#{milestone_id}</milestone-id>
<position type="integer">#{position}</position>

<!-- user private lists -->
<private type="boolean">#{private}</private>

<!-- comment supports tracking -->
<tracked type="boolean">#{tracked}</tracked>

<!-- todo-items enclosed response -->
<todo-items type="array">
<todo-item>
...
</todo-item>
<todo-item>
...
</todo-item>
...
</todo-items>
</todo-list>


how i controlling .net's serialization library deserialize c# objects?



currently i'm controlling tact i map between xml objects controlling regulating conventions.



Comments

Popular posts from this blog

list macos calm editors formula editors

how hibernate @any-related annotations?

why does floated <input> control floated component slip over too distant right ie7, nonetheless firefox?