Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in codable

Make a protocol Codable and store it in an array

Swift Decodable: how to transform one of values during decoding?

ios json swift decoder codable

Swift 4 Decodable: struct from nested array

json swift codable decodable

How to make the RealmSwift RealmOptional compatible with Swift Codable?

Swift Codable - How to Initialize an Optional Enum Property in a Failable Manner

Use swift Codable to decode JSON with values as keys

json swift codable

Expected to decode Array<Any> but found a dictionary instead

swift api codable

NSKeyedArchiver does not archive my Codable class

Type does not conform to protocol 'Encodable'

ios swift codable

What is the simplest way to instantiate a new Codable object in Swift?

swift codable

Using Codable on a dynamic type/object

swift swift4 codable

How To Optimize Storage Of NSAttributedString In Swift Using Data And Codable?

swift codable

Convert string to Date/Int/Double using codable

json swift swift4 codable

Decodable, doesn't decode optional enum with invalid value

swift swift4 codable

Explit conformance to Codable removes memberwise initializer generation on structs

swift codable

Type 'X' does not conform to protocol 'Encodable'

ios swift xcode codable

How do I handle decoding two possible types for one key in Swift? [duplicate]

swift codable

How to add custom transient property in Codable struct

ios swift4 codable

Swift 4 Decodable: The given data was not valid JSON

ios json swift codable decodable