A type that can convert itself into and out of an external representation.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
A type that can convert itself into and out of an external representation.
SDK
Framework
Make your data types encodable and decodable for compatibility with external representations such as JSON.
protocol NSCoding
A protocol that enables an object to be encoded and decoded for archiving and distribution.
protocol NSSecureCoding
A protocol that enables encoding and decoding in a manner that is robust against object substitution attacks.