$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Serialization TextArchive are Cross-Language?
From: Marco Piacentini (marcopiacenta_at_[hidden])
Date: 2011-06-08 11:07:37
Hy...I try to explain better my question...
Im using boost serialization text archive before sending data over TCP
connection...
Now I need to pass the received data to a Java application...so I would know if
the serialized stream is composed only by the data or by the data + boost
serialization(tag, code, etc.)...
In this case my only chance to transfer the data to the java application, is to
filter them before transfering?thanks...