contentful / contentful.swift

A delightful Swift interface to Contentful's content delivery API.
MIT License
203 stars 81 forks source link

Can we have a Macro-based annotation approach to serialisation like the Android SDK has? #402

Open tristan-warner-smith opened 2 months ago

tristan-warner-smith commented 2 months ago

An Android engineer colleague showed me the handful of lines of annotations that are required for the Kotlin equivalent of deserialisation to work.

Now that Macros exist, can you create an equivalent for iOS to simplify the parsing implementation that currently exists?