This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
/** | |
When encoding objects to JSON for use with | |
a cloud service such as iCloud, Swift's | |
built in coder will check if the key | |
paths of the object being decoded to, match | |
the keys paths of the object that was used | |
to encode in the first place. | |