Join Slack
Powered by
There's no annotation that lets me include fields ...
# serialization
k
Karlo Lozovina
07/14/2021, 4:31 PM
There's no annotation that lets me include fields of another object directly? Say, given
data class Foo(val bar: Bar)
I'd like all of the fields of Bar to be serialized as if they were directly in Foo?
2
Views
Open in Slack
Previous
Next