[serialization] Text/Binary archive Is there a bug?

Hi guys, I was working withe boost.serialization and found a peculiar problem: when I use a binary archive I successfully serialize the objects but fail to deserialize them, while with text archive both of the operations occur without a problem!! Is there a special note about binary archives that I haven't done or could this be a bug? -- Kasra

One special note about binary archives is that they have to use streams opened with "ios::binary" Robert Ramey Kasra wrote:
Hi guys,
I was working withe boost.serialization and found a peculiar problem: when I use a binary archive I successfully serialize the objects but fail to deserialize them, while with text archive both of the operations occur without a problem!!
Is there a special note about binary archives that I haven't done or could this be a bug?
-- Kasra
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Kasra
-
Robert Ramey