$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Raj (raja_at_[hidden])
Date: 2004-08-30 19:42:17
Victor A. Wagner Jr. <vawjr <at> rudbek.com> writes:
>
> what would a binary serialization class do?
>
To archive the class object data to be used at a later time in a file,
and to not let the users simply read the contents.
Also to easily apply binary encode/decode schemes that I have,
to the data just before I serialize/de-serialize.