static var encodingConfiguration : AttributeScopeCodableConfiguration
static var decodingConfiguration : AttributeScopeCodableConfiguration
Availability 有効性
Technology
protocol AttributeScope
Attribute owners — typically frameworks — define attributes with Attributed
types. To allow access to attributes with dynamic member lookup, owners create one or more structures that conform to Attribute
. The scopes provide short names for their attributes that map to the Attributed
type. The following example shows how to do this:
属性所有者 — 概してフレームワーク — は、属性をAttributed
型で定義します。属性へのアクセスを動的メンバ検索で可能にするには、所有者は1つ以上の構造体を作成します、それらはAttribute
に準拠するものです。スコープは、それらの属性に短い名前を提供します、それはAttributed
型にマップするものです。以下の例はどのようにこれをするかを示します:
This allows callers to use a syntax like my
.
これは、呼び出し側にmy
のような構文を使うことを可能にします。
static var encodingConfiguration : AttributeScopeCodableConfiguration
static var decodingConfiguration : AttributeScopeCodableConfiguration