Is there any way to "test" the version of a boost serialization archive. I know that we can always
just 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

Sam Appleton