
5 May
2005
5 May
'05
9:52 p.m.
"Keith McNeill" wrote:
Using boost serialization I'm getting a unregistered_class exception. I know how to solve the problem once I figure out what class is having the problem. Figuring out which class is the problem can be a real pain when you have lots of templates.
Is there anyway to get more information from boost serialization as to exactly what class is unregistered? Or is there anyway to inspect the archive and print out what classes are in the archive?
You may put breakpoint to the place that throws (oserializer.hpp) and then check data in extended_type_info variable just above. This should show you class name. /Pavel