XmlSerialization

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I'm trying to discover XmlSerialization in the follwowing context.

I have a big XmlData file that I get from an external source and that I want
to load in memory.
I don't have the class definition, I want to make it up as I progress.

Is it ok to use the XmlSerializer to load a class with plenty of unmapped
variable?
 
Back
Top