supportsSecureCoding
A Boolean value that indicates whether or not the class supports secure coding.
Declaration
static var supportsSecureCoding: Bool { get }Discussion
When you write a class that supports secure coding, ensure that this class property’s getter returns true.