$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] RemoteCall framework for RPC
From: Bjorn Reese (breese_at_[hidden])
Date: 2015-05-18 11:19:48
On 05/17/2015 09:32 AM, Alex Marmer wrote:
> Programmer needs to implement serialization for custom data (as it is shown for struct ABC in https://github.com/amarmer/RemoteCall/blob/master/TestAPI.h )Then advantage of the framework: C++ remote programming model is the same as local.
In what way is your approach better than Boost.Serialization or
Boost.Fusion?