文書   >   Foundation   >   Archives and Serialization   >   PropertyListSerialization   >   WriteOptions
型エイリアス
WriteOptions
指定された形式で与えられたプロパティリストを含む NSData オブジェクトを返します。
宣言
以下も見よ
プロパティリストのシリアル化
class func data(fromPropertyList: Any, format: PropertyListSerialization.PropertyListFormat, options: PropertyListSerialization.WriteOptions)
指定された形式で与えられたプロパティリストを含む NSData オブジェクトを返します。
class func writePropertyList(Any, to: OutputStream, format: PropertyListSerialization.PropertyListFormat, options: PropertyListSerialization.WriteOptions, error: NSErrorPointer)
指定されたストリームにプロパティリストを書き込みます。