Hello,
I have searched the internet and forums and not come across any info about using XML serialization to generically serialize any ole QObject. This kinda perplexes me because all the needed elements appear to be within Qt. Qt has XML serialization classes and reflection through its meta data system, yet no XML serialization function that accepts a QObject.

I have 2 questions:

1) Does this sort of project already exist in the wild, and have I failed to find it?

2) If it does not exist in the wild, would there be anyone willing to work on a library with me that does just this task? My only requirement for working on such a library would be that the project be LGPL so that I could use it in my work projects.

Thanks for any links, comments on feasibility of such an undertaking, or interested parties.