infinum / kotlin-jsonapix

JsonApiX is an Android, annotation processor library that was made to transform regular Kotlin classes into their JSON API representations, with the ability to serialize or deserialize them to or from strings.
Apache License 2.0
38 stars 9 forks source link

Feature/relationships #5

Closed stjepanbanek closed 3 years ago

stjepanbanek commented 3 years ago

Relationships of all kind are now supported. Additionally there are some improvements of how the lib works in general. Static check and other fixes will be added to this PR when time permits it.