Instance Property インスタンスプロパティ

outputFormat

The format in which the receiver encodes its data. それでレシーバがそれのデータをエンコードしたフォーマット。

Declaration 宣言

@property NSPropertyListFormat outputFormat;

Discussion 議論

The available formats are NSPropertyListXMLFormat_v1_0 and NSPropertyListBinaryFormat_v1_0. 利用可能なフォーマットは、NSPropertyListXMLFormat_v1_0NSPropertyListBinaryFormat_v1_0です。

See Also 参照

Archiving Data データをアーカイブする