<@U5R239WUW> Any idea how I can solve that: <https...
# serialization
b
@charleskorn Any idea how I can solve that: https://github.com/charleskorn/kaml/issues/1
✔️ 1
c
I’ll respond directly on the issue
s
You need to override function
shouldEncodeElementDefault
in your implementation of
CompositeEncoder
b
I wasn't able to find how it works in kotlinx.serialization
I see it defined, but I don't see anything using it
ohh ok it is in the kotlin plugin for the compiler
Turns out it was not that hard. Thanks @sandwwraith for the pointer. https://github.com/charleskorn/kaml/pull/2