$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] (De-) Serialization with constructor arguments
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-05-10 13:31:12
You could also look at the documentation
serialization->reference->Serializable Concept->Pointers->Non-Default
constructors.
Robert Ramey
Damien Hocking wrote:
> Hi all,
>
> I'm using boost::serialization in a project and I was wondering if
> there's a way to deserialize through a non-default constructor that
> takes an argument. All the examples I've seen use default
> constructors.
> Damien