Hi, I use XStream to unmarshall XML into an instance of a data model. Each class in the data model extends from DefaultObject and the DefaultObject has a setPropertyChangeSupport method.
I'd like to configure XStream to set an instance of PropertyChangeSupport on every class in the data model that it creates. Would you have any suggestions regarding how to approach this? I have looked at implementing a converter however as I'm not converting anything I do wonder if this makes sense and thought I'd ask for a second opinion on the matter. Thanks for your help, Tom
