"Merrill Cornish"
What external file format does the Boost Serialization Library use?
The introduction to the library states the requirement that serialization written by one machine must be readable by a different machine. And, elsewhere, it mentions that and XML intermediate file is on possibility; but I can't seem to find what the format being used is.
I think the term format in this case is ambiguous. Other than(the current) binary, text and xml archive types, the content and organization of files generated for each archive is determined by the serialize method implementations of your application. IIRC, Robert is improving the documentation to better convey this. Jeff Flinn