does any of you have any info/idea on how can I test my application for cross version compatibility. I am testing these object's serialization in current "HEAD" version. but I need to wait for my integration testing to see if I broke anything cross version.
I am guessing I will need to store the objects serialized from last released version somewhere on my disk, I can imagine how this kind of system might work but I wonder if someone already did it.