Contents

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