PATH  Documentation > Mac OS X > Foundation Reference: Java



Table of Contents

NSPropertyListSerialization


Inherits from:
Object
Package:
com.apple.yellow.foundation


Class Description


Description forthcoming.




Method Types


TBD_Functional_Method_Group
XMLDataFromPropertyList
dataFromPropertyList
propertyListFromData
propertyListFromString
propertyListFromXMLData
stringFromPropertyList


Static Methods



XMLDataFromPropertyList

public static NSData XMLDataFromPropertyList(Object anObject)

Description forthcoming.

dataFromPropertyList

public static NSData dataFromPropertyList(Object anObject)

Description forthcoming.

propertyListFromData

public static Object propertyListFromData(NSData aData)

Description forthcoming.

propertyListFromString

public static Object propertyListFromString(String aString)

Description forthcoming.

propertyListFromXMLData

public static Object propertyListFromXMLData(NSData aData)

Description forthcoming.

stringFromPropertyList

public static String stringFromPropertyList(Object anObject)

Description forthcoming.


Table of Contents