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

Meta, links, and errors Inside Included Block are ignored #71

Open thisAAY opened 3 months ago

thisAAY commented 3 months ago

Issue: Ignoring meta, links, and errors Inside included Block

Description

After the PR has been merged, the issue of crashes caused by meta fields inside the included block has been resolved. However, the underlying problem persists in that the library is currently ignoring meta, links, and errors fields when they appear inside the included block.

Current Behavior

Expected Behavior

The library should consistently process meta, links, and errors fields across all parts of the JSON:API structure, including within the included block. Specifically:

KCeh commented 2 months ago

@thisAAY can we close this?

thisAAY commented 2 months ago

I will resume working on it, after vacation