23 Apr
2012
23 Apr
'12
3:31 p.m.
On 04/21/12 22:22, Sean Farrow wrote:
Hi:
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? Greetings, Sven