$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] serialization of an dynamic array to read/write a image in xml
From: Kenny Riddile (kfriddile_at_[hidden])
Date: 2009-09-22 13:52:28
Stefan Strasser wrote:
> I guess a XML archives translate the binary data to encoded text, but that's
> just a wild guess, I've never tried it.
I've done it...and stopped doing it shortly thereafter due to how slow
the deserialization process was compared to non-text formats.