$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael A. Eriksen (eriksen_at_[hidden])
Date: 2007-02-27 11:09:18
Hi,
Is it possible to modify the boost xml serializer to parse serialized
objects from C#? The only difference I can see is that C# does not include a
<count> element in arrays. I don't quite understand why the <count> element
is required in boost especially for serializing stl::list and stl::vector.