class func data(fromPropertyList : Any, format: PropertyListSerialization.PropertyListFormat, options: PropertyListSerialization.WriteOptions) -> Data
Returns an
NSData
object containing a given property list in a specified format.
あるNSData
オブジェクトを返します、与えられたプロパティリストをある指定されたフォーマットで含んでいます。
class func writePropertyList (Any, to: OutputStream, format: PropertyListSerialization.PropertyListFormat, options: PropertyListSerialization.WriteOptions, error: NSErrorPointer) -> Int
Writes a property list to the specified stream.
プロパティリストをこの指定されたストリームに書き出します。