There's no annotation that lets me include fields ...
# serialization
k
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?