$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Boost.Serialization] Detecting if Boost.Serialization is supported for a type
From: Ioannis Papadopoulos (ipapadop_at_[hidden])
Date: 2010-10-19 17:10:39
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.
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