[serialization] Serializing a byte*
21 Apr
2012
21 Apr
'12
8:22 p.m.
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.
23 Apr
23 Apr
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
4588
Age (days ago)
4590
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sean Farrow
-
Sven Bauhan