Type Alias

Optional.EncodingConfiguration

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

Declaration 宣言

typealias EncodingConfiguration = Wrapped.EncodingConfiguration
Available when Wrapped conforms to EncodableWithConfiguration. WrappedEncodableWithConfigurationに準拠する時に利用可能です。

Discussion 解説

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

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

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