10 May
2009
10 May
'09
5:31 p.m.
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