Subject: [Boost-users] Boost-serialization "unsupported version" exception
From: Marco Piacentini (marcopiacenta_at_[hidden])
Date: 2011-05-16 02:41:05


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...