$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Kabanov, Alexander (alexander.kabanov_at_[hidden])
Date: 2008-06-20 12:11:56
Hi
I have recently began familiarising myself with the serialization library (Boost 1.35). I am specifically interested in XML serialization. This is probably a trivial question: can you get the actual name of the class to appear in the opening tag of the class instance?
All I get so far is the class_id for the first instance and class_id_reference thereafter. This does make sense, of course, but I would like to know if this really is the default behaviour, and if it is, can it be changed to display the class name?
Thanks
Alexander Kabanov