
29 Jan
2007
29 Jan
'07
10:03 a.m.
Hi, The serialization examples use const instances of classes like: const CMyClass test; outstream_var << test; is there anyway to remove the const keyword and still have it work? I rarely construct const classes, so I had to make an ugly wrapper which copies my objects into a temporary const instance when it's time to serialize. Thanks, Mark