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.


Method Summary
static NSData dataFromPropertyList(java.lang.Object arg0)
          Wraps the Objective-C method dataFromPropertyList:
static java.lang.Object propertyListFromData(NSData arg0)
          Wraps the Objective-C method propertyListFromData:
static java.lang.Object propertyListFromString(java.lang.String arg0)
          Wraps the Objective-C method propertyListFromString:
static java.lang.String stringFromPropertyList(java.lang.Object arg0)
          Wraps the Objective-C method stringFromPropertyList:
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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: