$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] load a serialized object into Matlab?
From: James C. Sutherland (James.Sutherland_at_[hidden])
Date: 2010-10-21 16:29:03
I am just looking into the serialization library. It seems really nice for
archiving using C++.
Is there a way to import an archive generated by that library into another
language (e.g. matlab)? I guess that one would need the rules for IO that
the serialization archives use?
Thanks,
James