how to save the CCDirectionary loaded by CCFileUtils::dictionaryWithContentsOfFile

:smiley:
I want to save game data use this format file.
I can load xml by CCFileUtils::dictionaryWithContentsOfFile, and how to save this CCDirectionary.
is there any convenient function?:slight_smile:

i think i must use libxml directly.:frowning:

Yeah, u r right. C++ is poor at this serialization.