Skip to content

Instantly share code, notes, and snippets.

@kmkrn
Created December 27, 2017 19:44
Show Gist options
  • Save kmkrn/cbba95a6b3f76beb2215cf55dde70e5f to your computer and use it in GitHub Desktop.
Save kmkrn/cbba95a6b3f76beb2215cf55dde70e5f to your computer and use it in GitHub Desktop.
Realm + Codable. Using JSONSerilazer
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