Generate XML files from C# class (XML serialization)

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hello,

With XDE (xml file) and Visio (uml) you can generate C# classes code from
diagrams.
Now I have made some C# classes with Visio UML diagrams.

Inside these classes I have some variables that I want to save in an XML
file.
(XML serialization) This XML files must have a structure.

Is there a way to "mark" the variables in the code and then generate with
XDE the XML file?

Thanks!
 
Back
Top