13 Jan
2007
13 Jan
'07
5:23 p.m.
use binary object. For all text files including xml - this is rendered as base64 text Robert Ramey sadrok wrote:
Hello
I need to serialize some raw binary data. What is the best way to do it for all three archive implementations? I've had troubles with the two text-based ones giving me base64 errors on loading when I use load_binary. Also I noticed that the xml_?archive doesn't produce nice XML when I use save/load_binary.
Thanks