Uses of Class
com.jniwrapper.macosx.cocoa.nspropertylist.NSPropertyListSerialization

Packages that use NSPropertyListSerialization
com.jniwrapper.macosx.cocoa.nspropertylist   
 

Uses of NSPropertyListSerialization in com.jniwrapper.macosx.cocoa.nspropertylist
 

Methods in com.jniwrapper.macosx.cocoa.nspropertylist that return NSPropertyListSerialization
static NSPropertyListSerialization NSPropertyListSerialization.NSPropertyListSerialization_propertyListFromData_mutabilityOption_format_errorDescription(NSData data, NSPropertyListMutabilityOptions opt, NSPropertyListFormat format, java.lang.String errorString)
          This method represents the propertyListFromData static constructor of the NSPropertyListSerialization Objective-C class.