$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [serialization] writing private variables
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2011-07-16 02:05:21
Hi:
Is there a way to tell the serialization library to write private members. The members do have functions to get/set there values, but as far I know the serialization subsystem doesn't call these.
Cheers
Sean.