$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Serialized object's constructor calling question
From: Jari (jaristr_at_[hidden])
Date: 2011-05-10 17:10:22
Hi,
how do you make boost serialization call other constructor of your
classes than the default constructor without arguments? Is this
possible?
The reason i need to do this is because the class being serialized
also has reference that needs to be initialized at constructor.
thx