Subject: [Boost-users] Serialize dynamic_bitset?
From: Simon Fraser (smfr_at_[hidden])
Date: 2008-09-28 22:37:50


Does anyone have any code available to serialize dynamic_bitset?

I'm guessing it would be most efficient to use from_block_range/
to_block_range and serialize the blocks one by one, or would
it be reasonable to use to_string and the string constructor?
I worry that care needs to be taken to avoid endianness issues.

Thanks
Simon