Type Method 型メソッド

dataFromPropertyList(_:format:errorDescription:)

This method is obsolete and will be deprecated soon. このメソッドは旧式です、そしてすぐに非推奨にされるでしょう。

Declaration 宣言

class func dataFromPropertyList(_ plist: Any, 
                         format: PropertyListSerialization.PropertyListFormat, 
               errorDescription errorString: UnsafeMutablePointer<NSString?>?) -> Data?

Parameters パラメータ

plist

A property list object. プロパティリストオブジェクト。

format

A property list format. For possible values, see PropertyListSerialization.PropertyListFormat. プロパティリストフォーマット。可能な値として、PropertyListSerialization.PropertyListFormatを見てください。

errorString

Upon return, if the conversion is successful, errorString is nil. If the conversion fails, upon return contains a string describing the nature of the error. 戻りでは、変換が成功であるならば、errorStringnilです。変換が失敗するならば、戻りではエラーの本質を記述している文字列を含みます。

Return Value 戻り値

An NSData object containing plist in the format specified by format. あるNSDataオブジェクト、plistformatによって指定されるフォーマットで含んでいます。

Discussion 議論

This method is obsolete and will be deprecated soon. Use data(fromPropertyList:format:options:) instead. このメソッドは旧式です、そしてすぐに非推奨にされるでしょう。data(fromPropertyList:format:options:)を代わりに使ってください。

See Also 参照

Related Documentation 関連文書