Hi guys...I have this scenario...A client which uses the version 1.46.1 of boost and serializes some structs, and a server which (must)uses the version 1.38 of boost.
The problem is that when I try to deserialize the data on the server side, I've got the "unsupported version" exception...
Is there any way to serialize with a downgrade version?Other suggestions?Thanks in advance...