Instance Method インスタンスメソッド

encodePropertyList:

Encodes a property list. あるプロパティリストをエンコードします。

Declaration 宣言

- (void)encodePropertyList:(id)aPropertyList;

Discussion 議論

NSCoder’s implementation invokes encodeValueOfObjCType:at: to encode aPropertyList. NSCoderの実装は、encodeValueOfObjCType:at:を発動することでaPropertyListを符号化します。

This method must be matched by a subsequent decodePropertyList message. このメソッドは、続いて起こるdecodePropertyListメッセージと調和しなければなりません。

See Also 参照

Encoding General Data 一般的なデータを符号化する