boost.serialization question

Hello I use boost.serialization for data transfer betwen my server and client applications. The example of serialized data looks like: " 3b22 serialization::archive 4 0 1 2 7 request 1 0 0 1 0 1 2 1 " I've been wondering if there is any way to hide serialization:.archive in the data, maybe replace it with something like 'sa' .. Thanks a lot for help Best regards Aljaz

open the archive with the flag "no_header" Robert Ramey Aljaz wrote:
Hello
I use boost.serialization for data transfer betwen my server and client applications. The example of serialized data looks like:
" 3b22 serialization::archive 4 0 1 2 7 request 1 0 0 1 0 1 2 1 "
I've been wondering if there is any way to hide serialization:.archive in the data, maybe replace it with something like 'sa' .. Thanks a lot for help
Best regards
Aljaz
participants (2)
-
Aljaz
-
Robert Ramey