I like to write a library for serializing an object into XML. For this I need to access (read & write)
private variables of a subclass (the objects has to be derived from my base class). Is there a possibility
to achieve this with reflection? Or is there an other solution for my problem?

Thanks a lot for answering my question!