Boost logo

Boost :

Subject: Re: [boost] [Boost.Serialization] Detecting if Boost.Serialization is supported for a type
From: Ioannis Papadopoulos (ipapadop_at_[hidden])
Date: 2010-10-22 20:28:45


You can also have a look at
http://groups.google.com/group/comp.lang.c++.moderated/tree/browse_frm/thread/4f7c7a96f9afbe44/c95a7b4c645e449f?pli=1

I don't know if it will make it into Boost though.

On 10/21/2010 12:34 PM, Ben Hendrickson wrote:
> Loannis Papadopoulos wrote:
>> I successfully made a template supports_boost_serialization<T> that
>> detects if T::serialize() exists.
>>
>> However, I cannot address the case of a stand-alone serialize() function
>> - since there is a generic boost::serialization::serialize(Archive&, T&,
>> const unsigned int), there is not way (that I know of) to figure out if
>> non-intrusive serialization exists for a specific T.
>
> Another hard case is inherited serialize methods - consider class T
> inheriting from class B, and B::serialize() exists. Does your
> implementation of supports_boost_serialization<T> detect that? If it
> does, I am interested in how.
>
> Ben
> _______________________________________________
> 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