[iOS] Exclude a property from Swift class.

Is it possible to define properties on my Swift classes that will be ignored by the persistence service? That is, I want to have local, client-only properties which will not be serialized/deserialized or synced with the backend.

Hi David,
Our iOS developer will respond you soon. For reference, the task ID is BKNDLSS-12920.

Hi David,

No, it is impossible. Your data model class MUST contain only that properties, which you need to save on the server.

Regards,
Slava