I have a fairly complex Core Data database with many entities, attributes and relationships.
I need to take an NSManagedObject subclass object (or its data) and export it to another instance of the app. This other instance needs to then import it into its local database.
I have figured out how to attach files to emails however I am not sure if I should serialise the object to XML or if I should encode it using dictionaries.
It seems like a huge job either way, does anyone have any suggestions?