Boost logo

Boost :

Subject: Re: [boost] [Boost.Serialization] Detecting if Boost.Serialization is supported for a type
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-10-19 21:44:01


Ioannis Papadopoulos wrote:
> Hi,
>
> I have two methods of serialization and I would like to choose between
> them. One is Boost.Serialization and the other is my hand-made one.

The library is built on the idea that one would make his own archive
class for this.

Robert Ramey

> Is there any (relatively) portable way that can allow to find out if
> Boost.Serialization is supported either through the intrusive or the
> non-intrusive way without requiring from the user to add more in her
> class to define the serialization method?
>
> Thanks
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk