i need to serialize my class into xml that looks like this:
<dog>
<breed type="large">sp aniel</breed>
</dog>
but i'm not sure how to get an attribute into a property of my class, i can
use the xmlattribute tag to make an attribute of my dog class but i want an
attribute on my property, is this possible? if so how do i do it?
many thanks
Giles Morris
<dog>
<breed type="large">sp aniel</breed>
</dog>
but i'm not sure how to get an attribute into a property of my class, i can
use the xmlattribute tag to make an attribute of my dog class but i want an
attribute on my property, is this possible? if so how do i do it?
many thanks
Giles Morris
Comment