Type Alias

Optional.DecodingConfiguration

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

Declaration 宣言

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

Discussion 解説

The optional’s decoding configuration type is whatever the wrapped type declares as its decoding configuration.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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