Conforming to the NSSecureCoding protocol indicates that an object handles encoding and decoding instances of itself in a manner that is robust against object substitution attacks.
I'm learning about the NSSecureCoding protocol introduced by Apple in iOS 6. From my understanding so far, it should be used …
ios objective-c security nscoding nssecurecoding