Codable-DIY-Kit
Codable-DIY-Kit copied to clipboard
A template for creating your own Swift Codable encoders and decoders
Results
2
Codable-DIY-Kit issues
Sort by
recently updated
recently updated
newest added
Let's say this encoder encodes class with inherintace and depends on default encode(to:) implementation. What i see is that it tries to encode superclass keys into keyed container as expected...
I've tried to use this yesterday and noticed two missing things: - to generate project the `Sources` folder should contain folder with name of the target and it should contain...