$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-01-13 12:23:24
use binary object.
For all text files including xml - this is rendered as base64 text
Robert Ramey
sadrok wrote:
> Hello
>
> I need to serialize some raw binary data. What is the best way to do
> it for all three archive implementations?
> I've had troubles with the two text-based ones giving me base64 errors
> on loading when I use load_binary. Also I noticed that the
> xml_?archive doesn't produce nice XML when I use save/load_binary.
>
> Thanks