Re: [boost] Contents of Boost digest Vol 2004, Issue 4 - Re: Boost::Serialization (XML in specific)

14 Nov
2007
14 Nov
'07
5:55 p.m.
I am saving multiple classes which contain STL collections, and in turn those STL collections contain classes that contain more STL
collections. >> A sample XML file follows. >> >> The problem occurs when I try and move the XML file into a database, and >> I receive the error "The table (item) cannot be the child table to >> itself in nested relations."
The XML is valid and correct. I'd like to derive a serialization class which can write directly into a database, which would bypass saving to XML then importing into a database. Obviously the derived class would have to resolve the nested table issue. I think the XML serialization would be useful to more people if it didn't create different tables with the same name. Drew
6433
Age (days ago)
6433
Last active (days ago)
0 comments
1 participants
participants (1)
-
Drew Hohmann