$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost serialization and datatype mismatch
From: Nat Goodspeed (nat_at_[hidden])
Date: 2008-09-12 17:31:04
sam p wrote:
> suppose I want to pass serialized stream over a network and at the
> other end I want to validate each datatype before deserializing it then
> how to do it?
Maybe you should use an XML stream? Then the library can validate that
you're trying to deserialize the name-value pairs in the correct order.