
13 Nov
2007
13 Nov
'07
7:11 a.m.
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