Class

NSPropertyListSerialization

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

Declaration 宣言

@interface NSPropertyListSerialization : NSObject

Overview 概要

The NSPropertyListSerialization 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. NSPropertyListSerializationクラスは、プロパティリストをいくつかのシリアライズされたフォーマットへそしてそれから変換するメソッドを提供します。プロパティリストは、それ自身は配列または辞書で、NSDataNSStringNSArrayNSDictionaryNSDate、そしてNSNumberオブジェクトのみを含むものです。

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

Topics 話題

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

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

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

Obsolete Methods 旧式メソッド

Constants 定数

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

Relationships 関係

Inherits From 継承元