Encodable
-
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!