$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2004-04-15 10:04:34
On Apr 14, 2004, at 10:57 PM, mvogt_at_[hidden] wrote:
> For anyone interested in extending Robert Ramey's serialization library
> with
> derived archive types, the attached archives may be interesting.
>
> Included are an archive template for ordered binary marshalling output
> (big-
> or little-endian), and rudimentary specialisations for CDR and XDR
> formats.
That's great and will be really useful. You've saved me a lot of work!
I'll test this and will see how it needs to be extended. As far as I
can see at a first glance, string serialization in XDR is not
implemented yet?
Matthias