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.
This PR contains changes made for covering the existing functionality with tests as much as possible. Plenty of errors were detected with newly written tests so new tests were added for all those newly encountered issues.
Done:
Cover type adapters with tests as much as possible
https://app.productive.io/1-infinum/projects/2590/tasks/task/3298988?board=85892&filter=MjQ1OTU5
This PR contains changes made for covering the existing functionality with tests as much as possible. Plenty of errors were detected with newly written tests so new tests were added for all those newly encountered issues.
Done: