+ dataWithPropertyList:format:options:error:
NSData
object containing a given property list in a specified format.
あるNSData
オブジェクトを返します、与えられたプロパティリストをある指定されたフォーマットで含んでいます。
+ writePropertyList:toStream:format:options:error:
Availability 有効性
Technology
@interface NSPropertyListSerialization : NSObject
The NSProperty
class provides methods that convert a property list to and from several serialized formats. A property list is itself an array or dictionary that contains only NSData
, NSString
, NSArray
, NSDictionary
, NSDate
, and NSNumber
objects.
NSProperty
クラスは、プロパティリストをいくつかのシリアライズされたフォーマットへそしてそれから変換するメソッドを提供します。プロパティリストは、それ自身は配列または辞書で、NSData
、NSString
、NSArray
、NSDictionary
、NSDate
、そしてNSNumber
オブジェクトのみを含むものです。
Property list objects are toll-free bridged with their respective Core Foundation types (CFData
, CFString
, and so on). See Toll-Free Bridging for more information on toll-free bridging.
プロパティリストオブジェクトは、それらめいめいのCore Foundation型(CFData
、CFString
、など)とトールフリーブリッジされます。トールフリーブリッジに関する更なる情報としてtoll-free bridgingを見てください。
+ dataWithPropertyList:format:options:error:
NSData
object containing a given property list in a specified format.
あるNSData
オブジェクトを返します、与えられたプロパティリストをある指定されたフォーマットで含んでいます。
+ writePropertyList:toStream:format:options:error:
+ propertyListWithData:options:format:error:
+ propertyListWithStream:options:format:error:
+ propertyList:isValidForFormat:
+ dataFromPropertyList:format:errorDescription:
+ propertyListFromData:mutabilityOption:format:errorDescription:
dataWithPropertyList:format:options:error:
instead.
このメソッドは非推奨にされます。dataWithPropertyList:format:options:error:
を代わりに使ってください。
NSPropertyListMutabilityOptions
NSPropertyListFormat
NSPropertyListReadOptions
NSPropertyListMutabilityOptions
.
サポートされる専用読み出しオプションは、NSPropertyListMutabilityOptions
で記述されます。
NSPropertyListReadCorruptError
NSPropertyListReadUnknownVersionError
NSPropertyListReadStreamError
NSPropertyListWriteStreamError
NSPropertyListWriteInvalidError
NSPropertyListErrorMinimum
NSPropertyListErrorMaximum