Encoding and Decoding Custom Types
あつらえの型のエンコーディングとデコーディング
Make your data types encodable and decodable for compatibility with external representations such as JSON.
あなたのデータ型のエンコーディングとデコーディングを外部表現、例えば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.
エンコーディングとデコーディングを、オブジェクト置き換え攻撃に対して強固であるある流儀で可能にするプロトコル。