8 #include <boost/archive/text_iarchive.hpp>
9 #include <boost/archive/text_oarchive.hpp>
10 #include <boost/serialization/access.hpp>
24 : _nestingNodeCode (iNestingNodeKey._nestingNodeCode) {
29 : _nestingNodeCode (iNestingNodeCode) {
38 ioOut <<
"NestingNodeKey: " <<
toString();
47 std::ostringstream oStr;
48 oStr << _nestingNodeCode;
53 void NestingNodeKey::serialisationImplementationExport()
const {
54 std::ostringstream oStr;
55 boost::archive::text_oarchive oa (oStr);
60 void NestingNodeKey::serialisationImplementationImport() {
61 std::istringstream iStr;
62 boost::archive::text_iarchive ia (iStr);
67 template<
class Archive>
69 const unsigned int iFileVersion) {
74 ioArchive & _nestingNodeCode;
79 namespace ba = boost::archive;
80 template void NestingNodeKey::serialize<ba::text_oarchive> (ba::text_oarchive&,
82 template void NestingNodeKey::serialize<ba::text_iarchive> (ba::text_iarchive&,