$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Bielik (robert.bielik_at_[hidden])
Date: 2007-11-13 02:11:55
Ravi Chemudugunta skrev:
> would need more details on the internals ? is your juice::String
> internally using char[] or std::(w)string? you have a choice or
> writing a un-intrusive or in-class serialization routines. can't
> reallly say anything more without knowing what juice::String exactly
> is.
Rather than me explaining, here is a pointer to the actual source files. The one
I'm interested in serializing is in juce_String.h/cpp
At row 1025 (of juce_String.h) you'll see the internal representation.
/R