Type Alias

Array.DecodingConfiguration

A type alias for the type that provides additional information for decoding.

Declaration 宣言

typealias DecodingConfiguration = Element.DecodingConfiguration
Available when Element conforms to DecodableWithConfiguration. ElementDecodableWithConfigurationに準拠する時に利用可能です。

Discussion 解説

The array’s decoding configuration type is whatever the array’s element type declares as its decoding configuration.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Encoding and Decoding エンコーディングとデコーディング