I have a function in another library that
outputs a byte*. Can I safely just serialize this with
boost.serialization, or should I be doing something else to
make this work.
Any help appreciated.
Cheers
Sean.
Hi,
if you have a byte* it is already serialized. So why there would be
the need of boost.serialization?