A
Andy B
How do you serialize multiple class properties to a nested xml element? For
example, I have an element called "Venue" I want to serialize part of my
class to. The "Venue" element will have attributes and a nested element
called "Address". How would I do this using a simple example?
example, I have an element called "Venue" I want to serialize part of my
class to. The "Venue" element will have attributes and a nested element
called "Address". How would I do this using a simple example?