Codable requirements mystery
|
|
1
|
78
|
November 28, 2023
|
Macro unable to add Codable conformance if type has only private init (though the expanded code compiles)
|
|
1
|
162
|
November 28, 2023
|
Codable Dynamic Types
|
|
7
|
1562
|
November 13, 2023
|
`superDecoder(forKey:)` doesn't work as documented
|
|
5
|
439
|
November 13, 2023
|
Composition of `Codable` and `Observable`
|
|
3
|
712
|
November 8, 2023
|
Introducing MetaCodable: A Collection of Macros helping with custom Codable implementation generation
|
|
6
|
3970
|
November 8, 2023
|
Codable synthesis for Swift enums with overloaded associated values
|
|
3
|
356
|
October 3, 2023
|
Decoding JSON fails on iOS 17: "Number <...> is not representable in Swift"
|
|
8
|
952
|
September 27, 2023
|
Removing mutation modifiers in Codable
|
|
18
|
1311
|
September 3, 2023
|
AnyCodable Efficacy
|
|
8
|
3694
|
August 23, 2023
|
Inlinable Codable
|
|
3
|
1034
|
June 17, 2023
|
Codable synthesis and decoding unavailable values
|
|
6
|
1179
|
May 17, 2023
|
Are KeyPaths Codable?
|
|
10
|
3677
|
April 13, 2023
|
How do I make a type that only successfully decodes from the empty object `{}`?
|
|
5
|
846
|
April 5, 2023
|
Optional decoding superpowers
|
|
9
|
1499
|
March 22, 2023
|
Codable enum's associated value is unexpectedly using positional name
|
|
22
|
1376
|
March 10, 2023
|
[Pitch] JSON Encoding Int64 as String
|
|
9
|
3702
|
February 15, 2023
|
Using Property Wrappers with Codable
|
|
15
|
14759
|
February 13, 2023
|
Why doesn't Int64 automatically conform to CodingKeyRepresentable?
|
|
1
|
591
|
December 15, 2022
|
NSKeyedArchiver, CoreData and other storage solutions
|
|
7
|
1564
|
December 6, 2022
|
Making a codable wrapper for metatypes, will I get into trouble by doing this?
|
|
8
|
1435
|
November 17, 2022
|
Decoding a dictionary with a custom type (not String) as key
|
|
9
|
5411
|
November 13, 2022
|
Use multiple kinds of coding keys to decode the same object
|
|
6
|
7140
|
November 5, 2022
|
How to decode a JSON String which uses Integer values as Boolean, alternatively can I force SQLite to use true/false instead of 1/0 as Bool
|
|
8
|
2948
|
October 20, 2022
|
PropertyWrapper, Optional, and Codable
|
|
0
|
867
|
October 6, 2022
|
Custom Encoder / Decoder supporting RawRepresentable
|
|
5
|
1238
|
September 19, 2022
|
MarkCodable - Markdown Codable repo
|
|
0
|
2418
|
September 5, 2022
|
Roundtripping key coding strategies
|
|
7
|
1397
|
August 17, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
600
|
August 11, 2022
|
DeepCodable: Encode and decode deeply-nested data into flat Swift objects
|
|
16
|
5029
|
August 11, 2022
|