Is there any way to "test" the version of a boost serialization archive. I know that we can alwaysjust attempt to deserialize and catch the generated exception, but is there any way to just
test the version of the archive before attempting deserialization?
Best