Protocol: NSSecureCoding

Overview

Protocol that indicates whether an object handles encoding and decoding instances of itself in a manner that is robust against object substitution attacks.Returns whether the class supports secure coding. (required)

Class Method Summary (collapse)

Class Method Details

+ (Boolean) supportsSecureCoding

Returns whether the class supports secure coding. (required)

Returns:

  • (Boolean)

    Return YES if your class supports secure coding, or NO otherwise.