Avatar
自動的なEncodableの適合はプロパティがすべてEncodableに適合しているときに行われること、 プロトコル型はそのプロトコル自身に適合しない(self-conformanceしない)ことが組み合わさって起きてそう…? https://developer.apple.com/documentation/foundation/archives_and_serialization/encoding_and_decoding_custom_types https://heart-of-swift.github.io/protocol-oriented-programming/protocols-as-types-or-constraints.html (edited)
Make your data types encodable and decodable for compatibility with external representations such as JSON.
“Heart of Swift” は、 Swift の Heart である Value Semantics と Protocol-oriented Programming を軸に、 Swift という言語のコンセプトを説明するオンライン書籍です。
💯 1
✨ 1