From: Matthias Troyer (troyer_at_[hidden])
Date: 2007-05-06 11:50:54


On 6 May 2007, at 16:39, Andreas Willich wrote:

> I want to serialize a boost::array<unsigned char, 4> to a xml archive,
> but I did not find the include file of the serialization
> implementation.
>
> Is there a serialization implementation for boost::array at all?
>
> I am using RC_1_34.

AFAIK there is no serialization support for boost::array yet but it
is very easy to add it.

Matthias