[−][src]Trait uikit_sys::INSPropertyListSerialization
Provided methods
unsafe fn propertyList_isValidForFormat_(
plist: id,
format: NSPropertyListFormat
) -> BOOL where
Self::Target: Message + Sized,
plist: id,
format: NSPropertyListFormat
) -> BOOL where
Self::Target: Message + Sized,
unsafe fn dataWithPropertyList_format_options_error_(
plist: id,
format: NSPropertyListFormat,
opt: NSPropertyListWriteOptions,
error: *mut NSError
) -> NSData where
Self::Target: Message + Sized,
plist: id,
format: NSPropertyListFormat,
opt: NSPropertyListWriteOptions,
error: *mut NSError
) -> NSData where
Self::Target: Message + Sized,
unsafe fn writePropertyList_toStream_format_options_error_(
plist: id,
stream: NSOutputStream,
format: NSPropertyListFormat,
opt: NSPropertyListWriteOptions,
error: *mut NSError
) -> NSInteger where
Self::Target: Message + Sized,
plist: id,
stream: NSOutputStream,
format: NSPropertyListFormat,
opt: NSPropertyListWriteOptions,
error: *mut NSError
) -> NSInteger where
Self::Target: Message + Sized,
unsafe fn propertyListWithData_options_format_error_(
data: NSData,
opt: NSPropertyListReadOptions,
format: *mut NSPropertyListFormat,
error: *mut NSError
) -> id where
Self::Target: Message + Sized,
data: NSData,
opt: NSPropertyListReadOptions,
format: *mut NSPropertyListFormat,
error: *mut NSError
) -> id where
Self::Target: Message + Sized,
unsafe fn propertyListWithStream_options_format_error_(
stream: NSInputStream,
opt: NSPropertyListReadOptions,
format: *mut NSPropertyListFormat,
error: *mut NSError
) -> id where
Self::Target: Message + Sized,
stream: NSInputStream,
opt: NSPropertyListReadOptions,
format: *mut NSPropertyListFormat,
error: *mut NSError
) -> id where
Self::Target: Message + Sized,
unsafe fn dataFromPropertyList_format_errorDescription_(
plist: id,
format: NSPropertyListFormat,
errorString: *mut NSString
) -> NSData where
Self::Target: Message + Sized,
plist: id,
format: NSPropertyListFormat,
errorString: *mut NSString
) -> NSData where
Self::Target: Message + Sized,
unsafe fn propertyListFromData_mutabilityOption_format_errorDescription_(
data: NSData,
opt: NSPropertyListMutabilityOptions,
format: *mut NSPropertyListFormat,
errorString: *mut NSString
) -> id where
Self::Target: Message + Sized,
data: NSData,
opt: NSPropertyListMutabilityOptions,
format: *mut NSPropertyListFormat,
errorString: *mut NSString
) -> id where
Self::Target: Message + Sized,