Created
December 27, 2017 19:44
-
-
Save kmkrn/cbba95a6b3f76beb2215cf55dde70e5f to your computer and use it in GitHub Desktop.
Realm + Codable. Using JSONSerilazer
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
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { | |
let serializer = JSONSerializer() | |
serializer.serialize(input: "Cats") | |
return true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment