Uses of Class
com.dd.plist.NSDictionary
-
Uses of NSDictionary in com.dd.plist
Methods in com.dd.plist that return NSDictionaryModifier and TypeMethodDescriptionNSDictionary.clone()private static NSDictionaryprivate static NSDictionaryprivate NSDictionaryASCIIPropertyListParser.parseDictionary()Parses a dictionary from the current parsing position.private NSDictionaryBinaryPropertyListParser.parseDictionary(int offset, int objInfo, ParsedObjectStack stack) Methods in com.dd.plist with parameters of type NSDictionaryModifier and TypeMethodDescriptionprivate ObjectNSObject.deserializeObject(NSDictionary payload, Class<?> clazz, Type[] types) static voidPropertyListParser.saveAsASCII(NSDictionary root, File out) Deprecated.static voidPropertyListParser.saveAsGnuStepASCII(NSDictionary root, File out) Deprecated.UseASCIIPropertyListWriterinstead.static voidASCIIPropertyListWriter.write(NSDictionary root, File out) Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter.write(NSDictionary root, Path path) Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter.writeGnuStep(NSDictionary root, File out) Saves a property list with the given object as root into an ASCII file.static voidASCIIPropertyListWriter.writeGnuStep(NSDictionary root, Path path) Saves a property list with the given object as root into an ASCII file.
ASCIIPropertyListWriterinstead.