Discussion 解説
The array’s encoding configuration type is whatever the array’s element type declares as its encoding configuration.
Availability
Technology
typealias EncodingConfiguration = Element.EncodingConfiguration
Element
conforms to EncodableWithConfiguration
.
Element
がEncodableWithConfiguration
に準拠する時に利用可能です。
The array’s encoding configuration type is whatever the array’s element type declares as its encoding configuration.
func encode(to: Encoder)
Element
conforms to Encodable
.
Element
がEncodable
に準拠する時に利用可能です。
func encode(to: Encoder, configuration: Element.EncodingConfiguration)
Element
conforms to EncodableWithConfiguration
.
Element
がEncodableWithConfiguration
に準拠する時に利用可能です。
init(from: Decoder)
Element
conforms to Decodable
.
Element
がDecodable
に準拠する時に利用可能です。
init(from: Decoder, configuration: Element.DecodingConfiguration)
Element
conforms to DecodableWithConfiguration
.
Element
がDecodableWithConfiguration
に準拠する時に利用可能です。
typealias Array.DecodingConfiguration
Element
conforms to DecodableWithConfiguration
.
Element
がDecodableWithConfiguration
に準拠する時に利用可能です。