Package org.robovm.apple.foundation
Class NSPropertyListSerialization
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSPropertyListSerialization
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class NSPropertyListSerialization extends NSObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSPropertyListSerialization.NSPropertyListSerializationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description NSPropertyListSerialization()protectedNSPropertyListSerialization(NSObject.Handle h, long handle)protectedNSPropertyListSerialization(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
NSPropertyListSerialization
public NSPropertyListSerialization() -
NSPropertyListSerialization
-
NSPropertyListSerialization
-
-
Method Details
-
getPropertyListFromData
public static NSPropertyList getPropertyListFromData(NSData data, NSPropertyListMutabilityOptions opt) throws NSErrorException- Throws:
NSErrorException- Since:
- Available in iOS 4.0 and later.
-
getPropertyListFromStream
public static NSPropertyList getPropertyListFromStream(NSInputStream stream, NSPropertyListMutabilityOptions opt) throws NSErrorException- Throws:
NSErrorException- Since:
- Available in iOS 4.0 and later.
-
isPropertyListValidForFormat
public static boolean isPropertyListValidForFormat(NSPropertyList plist, NSPropertyListFormat format) -
getDataFromPropertyList
public static NSData getDataFromPropertyList(NSPropertyList plist, NSPropertyListFormat format, long opt) throws NSErrorException- Throws:
NSErrorException
-
writePropertyListToStream
public static long writePropertyListToStream(NSPropertyList plist, NSOutputStream stream, NSPropertyListFormat format, long opt) throws NSErrorException- Throws:
NSErrorException
-
getPropertyListFromData
protected static NSPropertyList getPropertyListFromData(NSData data, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format) throws NSErrorException- Throws:
NSErrorException
-
getPropertyListFromStream
protected static NSPropertyList getPropertyListFromStream(NSInputStream stream, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format) throws NSErrorException- Throws:
NSErrorException
-
getDataFromPropertyList
@Deprecated protected static NSData getDataFromPropertyList(NSObject plist, NSPropertyListFormat format, NSString.NSStringPtr errorString)Deprecated.Deprecated in iOS 8.0. Use dataWithPropertyList:format:options:error: instead. -
getPropertyListFromData
@Deprecated protected static NSPropertyList getPropertyListFromData(NSData data, NSPropertyListMutabilityOptions opt, MachineSizedUIntPtr format, NSString.NSStringPtr errorString)Deprecated.Deprecated in iOS 8.0. Use propertyListWithData:options:format:error: instead.
-