$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Serialization] Prevent member serialization in a non intrusive situation
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2011-08-21 10:31:57
Hi:
I am using boost.serialization, and need to prevent members (boost.thread, and Booleans) being serialized.
Given that I am using non-intrusive serializing code, what is the best way of doing this.
Any help appreciated.
Cheers
Sean.