Type Method
型メソッド
propertyList(from:options:format:)
Creates and returns a property list from the specified data.
プロパティリストをこの指定されたデータから作成して返します。
Parameters
パラメータ
data
A data object containing a serialized property list.
シリアライズされたプロパティリストを含んでいるデータオブジェクト。
opt
The options used to create the property list. For possible values, see PropertyListSerialization.MutabilityOptions
.
プロパティリストを作成するのに使われるオプション。可能な値として、PropertyListSerialization.MutabilityOptions
を見てください。
format
Upon return, contains the format that the property list was stored in. Pass nil
if you do not need to know the format.
戻りでは、プロパティリストがそれにおいて格納されたところのフォーマットを含みます。あなたがそのフォーマットを知る必要がないならば、nil
を渡してください。
error
If the method does not complete successfully, upon return contains an NSError
object that describes the problem.
メソッドがうまく完了しないならば、戻りでは問題を記述するNSError
オブジェクトを含みます。
Return Value
戻り値
A property list object corresponding to the representation in data
. If data is not in a supported format, returns nil
.
data
における表現に相当するプロパティリストオブジェクト。dataがサポートされるフォーマットでないならば、nil
を返します。
See Also
参照
Deserializing a Property List
プロパティリストをデシリアライズする