static func decode(from: Decoder) -> Self.Value
Decodes a Swift value from the provided decoder, using a default implementation.
Available when
Value
conforms to Decodable
.
Value
がDecodable
に準拠する時に利用可能。
static func decode(from: Decoder) -> Self.Value
Decodes an Objective-C value from the provided decoder, using a default implementation.
Available when
Value
conforms to NSObject
and NSSecureCoding
.
Value
がNSObject
とNSSecureCoding
に準拠する時に利用可能。