+ propertyListFromData:mutabilityOption:format:errorDescription:
dataWithPropertyList:format:options:error:
instead.
このメソッドは非推奨にされます。dataWithPropertyList:format:options:error:
を代わりに使ってください。
Deprecated 非推奨
Use data
instead.
data
を代わりに使ってください。
Availability 有効性
Technology
+ (NSData
*)dataFromPropertyList:(id)plist
format:(NSPropertyListFormat
)format
errorDescription:(out NSString
* _Nullable *)errorString;
plist
A property list object. プロパティリストオブジェクト。
format
A property list format. For possible values, see NSProperty
.
プロパティリストフォーマット。可能な値として、NSProperty
を見てください。
errorString
Upon return, if the conversion is successful, error
is nil
. If the conversion fails, upon return contains a string describing the nature of the error.
戻りでは、変換が成功であるならば、error
はnil
です。変換が失敗するならば、戻りではエラーの本質を記述している文字列を含みます。
An NSData
object containing plist
in the format specified by format
.
あるNSData
オブジェクト、plist
をformat
によって指定されるフォーマットで含んでいます。
This method is obsolete and will be deprecated soon. Use data
instead.
このメソッドは旧式です、そしてすぐに非推奨にされるでしょう。data
を代わりに使ってください。
+ propertyListFromData:mutabilityOption:format:errorDescription:
dataWithPropertyList:format:options:error:
instead.
このメソッドは非推奨にされます。dataWithPropertyList:format:options:error:
を代わりに使ってください。
+ dataWithPropertyList:format:options:error:
NSData
object containing a given property list in a specified format.
あるNSData
オブジェクトを返します、与えられたプロパティリストをある指定されたフォーマットで含んでいます。