Contents

allowsKeyedCoding

A Boolean value that indicates whether the receiver supports keyed coding of objects.

Declaration

var allowsKeyedCoding: Bool { get }

Discussion

false by default. Concrete subclasses that support keyed coding, such as NSKeyedArchiver, need to override this property to return true.

See Also

Related Documentation

  • Archives and Serializations Programming Guide

Inspecting a Coder