M
msnews
Does anyone have an example class for persisting (any) object as XML ?
Similar to the XMLSerializer in the desktop framework I suppose...
i..e
class Invoice
{
string Name;
double Value;
}
and get it to persist as <Invoice Name="Fred" Value="100.00" />
Similar to the XMLSerializer in the desktop framework I suppose...
i..e
class Invoice
{
string Name;
double Value;
}
and get it to persist as <Invoice Name="Fred" Value="100.00" />