I asked this question before:
I want to do this with Java.
Is it possible to do the same with Java via attributes?
or is there a framework i can use for this purpose as well.
I asked this question before:
I want to do this with Java.
Is it possible to do the same with Java via attributes?
or is there a framework i can use for this purpose as well.
JAXB could be what you want. It's fairly common. You just add some annotations to your properties and any instance of that class can be serialized/deserialized to XML.