Class

PropertyListSerialization

An object that converts between a property list and one of several serialized representations. あるプロパティリストといくつかのシリアライズされた表現のうちの1つの間で変換をするオブジェクト。

Declaration 宣言

class PropertyListSerialization : NSObject

Overview 概要

The PropertyListSerialization class provides methods that convert a property list to and from several serialized formats. A property list is itself an array or dictionary that contains only NSData, NSString, NSArray, NSDictionary, NSDate, and NSNumber objects. PropertyListSerializationクラスは、プロパティリストをいくつかのシリアライズされたフォーマットへそしてそれから変換するメソッドを提供します。プロパティリストは、それ自身は配列または辞書で、NSDataNSStringNSArrayNSDictionaryNSDate、そしてNSNumberオブジェクトのみを含むものです。

Property list objects are toll-free bridged with their respective Core Foundation types (CFData, CFString, and so on). See Toll-Free Bridging for more information on toll-free bridging. プロパティリストオブジェクトは、それらめいめいのCore Foundation型(CFDataCFString、など)とトールフリーブリッジされます。トールフリーブリッジに関する更なる情報としてToll-Free Bridgingを見てください。

Topics 話題

Serializing a Property List プロパティリストをシリアライズする

Deserializing a Property List プロパティリストをデシリアライズする

Validating a Property List プロパティリストを構文解析する

Obsolete Methods 旧式メソッド

Constants 定数

Error Codes さまざまなエラーコード

Relationships 関係

Inherits From 継承元