gnu.gnustep.base
Class NSPropertyListSerialization
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSPropertyListSerialization
- All Implemented Interfaces:
- java.lang.Cloneable
- public class NSPropertyListSerialization
- extends NSObject
This class wraps the Objective-C class NSPropertyListSerialization.
It was automatically generated by JIGS WrapCreator.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
propertyListFromString
public static java.lang.Object propertyListFromString(java.lang.String arg0)
- Wraps the Objective-C method
propertyListFromString:
stringFromPropertyList
public static java.lang.String stringFromPropertyList(java.lang.Object arg0)
- Wraps the Objective-C method
stringFromPropertyList:
dataFromPropertyList
public static NSData dataFromPropertyList(java.lang.Object arg0)
- Wraps the Objective-C method
dataFromPropertyList:
propertyListFromData
public static java.lang.Object propertyListFromData(NSData arg0)
- Wraps the Objective-C method
propertyListFromData: