MoreCodable:MoreCodable扩展了“ Codable”的可能性 源码
更多可编码 MoreCodable扩展了“ Codable”的可能性。 安装 迦太基 github "tattn/MoreCodable" 可可豆 pod 'MoreCodable' 特征 DictionaryEncoder / DictionaryDecoder struct User : Codable { let id : Int let name : String } let encoder = DictionaryEncoder () let user = User ( id : 123 , name : " tattn " ) let dictionary : [
文件列表
MoreCodable-master.zip
(预估有个47文件)
MoreCodable-master
.gitignore
1KB
Package.swift
593B
README.md
8KB
.github
workflows
continuous-integration.yml
477B
FUNDING.yml
14B
Sources
Storage.swift
591B
暂无评论