-
Methods Method Description com.dd.plist.BinaryPropertyListWriter.write(File, NSObject) Use the overload that takes the root as first argument and the file as second.com.dd.plist.PropertyListParser.convertToASCII(File, File) UsePropertyListConverterinstead.com.dd.plist.PropertyListParser.convertToBinary(File, File) UsePropertyListConverterinstead.com.dd.plist.PropertyListParser.convertToGnuStepASCII(File, File) UsePropertyListConverterinstead.com.dd.plist.PropertyListParser.convertToXml(File, File) UsePropertyListConverterinstead.com.dd.plist.PropertyListParser.saveAsASCII(NSDictionary, File) UseASCIIPropertyListWriterinstead.com.dd.plist.PropertyListParser.saveAsBinary(NSObject, File) UseBinaryPropertyListWriterinstead.com.dd.plist.PropertyListParser.saveAsGnuStepASCII(NSDictionary, File) UseASCIIPropertyListWriterinstead.com.dd.plist.PropertyListParser.saveAsXML(NSObject, File) UseXMLPropertyListWriterinstead.