Monday, July 26, 2004
RSS and XmlSerializer
Tim Ewald
You have some XML you want to process using XmlSerializer, but you don't have a schema to feed to xsd.exe in order [to] generate CLR types. So what do you do? Write your serializable class by hand. It isn't very hard once you understand the basic mapping. Here's how it works.
Comments:
Post a Comment