Type Property 型プロパティ

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. あなたが安全なコード化をサポートするクラスを書く場合、このクラスプロパティの持つゲッターがtrueを返すことを確実にしてください。