|
Boost Users : |
From: Vidal Roca (vidal.roca_at_[hidden])
Date: 2006-06-22 04:55:01
Sorry for the unclear question.
As Bill Lear clarified, I mean the following (not archive formats):
class Foo {
template<class Archive>
void serialize(Archive& ar, const unsigned int version);
template<class Archive>
void serialize_II(Archive& ar, const unsigned int version);
};
where serialize_II reads and writes the data structure in a different manner
than serialize.
It could be possible using versioning; but is there any other possibility?
Thanks,
Vidal
"Vidal Roca" <vidal.roca_at_[hidden]> schrieb im Newsbeitrag
news:e78jtt$gsf$1_at_sea.gmane.org...
> It is possible to define more than one serialization format for a data
> structure with the serialization library?
> If not, has someone some good purposes to make it to?
> Thanks,
> Vidal
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net