encodePropertyList(_:)
Encodes a property list.
Declaration
func encodePropertyList(_ aPropertyList: Any)Discussion
NSCoder’s implementation invokes encodeValue(ofObjCType:at:) to encode aPropertyList.
This method must be matched by a subsequent decodePropertyList() message.
See Also
Encoding General Data
encodeArray(ofObjCType:count:at:)encode(_:forKey:)encodeBycopyObject(_:)encodeByrefObject(_:)encodeBytes(_:length:)encodeBytes(_:length:forKey:)encodeConditionalObject(_:)encodeConditionalObject(_:forKey:)encode(_:)encode(_:forKey:)encode(_:forKey:)encodeCInt(_:forKey:)encode(_:forKey:)encode(_:forKey:)encode(_:forKey:)