We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785bda0 commit 3bda241Copy full SHA for 3bda241
stdlib/public/core/Codable.swift
@@ -15,6 +15,7 @@
15
//===----------------------------------------------------------------------===//
16
17
/// A type that can encode itself to an external representation.
18
+@_implicitly_synthesizes_nested_requirement("CodingKeys")
19
public protocol Encodable {
20
/// Encodes this value into the given encoder.
21
///
@@ -29,6 +30,7 @@ public protocol Encodable {
29
30
}
31
32
/// A type that can decode itself from an external representation.
33
34
public protocol Decodable {
35
/// Creates a new instance by decoding from the given decoder.
36
0 commit comments