Codable
-
First Experience With Transferable Implementing Drag And Drop In SwiftUI
Get a first taste of the new Transferable protocol in SwiftUI, learning how to drag and drop objects of a custom Codable type using it.
-
New Feature in Xcode 14 – Inserting Code Automatically To Codable Types Using Auto-Completion
Learn how to let Xcode 14 auto-complete all the necessary code in Codable types when they don’t conform automatically to it.
-
Working With Property Lists in Swift – Part 2
In the second part of Working with Property Lists in Swift series see how to perform advanced encoding and decoding of property lists.
-
Working With Property Lists In Swift – Part 1
Find out in this first part of Working with Property Lists in Swift series how to use Codable to encode and decode to and from plist files.
-
GTCodable – Automate Common Tasks in Swift Using POP, Reflection and the Codable Protocol
A custom protocol in Swift that lets you encode an object to JSON, convert it to dictionary, archive it, save to file, load, initialise, decode and more in an amazingly simple, fast and natural way!