it looks like a lot of serialization internals are...
# serialization
k
it looks like a lot of serialization internals are leaking into my project's API. is there a way to suppress that?
this is only a portion of it
b
Prob good to file a GH issue for this one. I'd also like to see this improved. You can hide it for custom serializers for custom types by making the
companion object
implement
KSerializer
and then make the
companion object
internal
.
k
you can actually just write
internal companion object
bug filed 🐛
🎉 2
b
you can actually just write
internal companion object
ha yeah this is what i meant, but i said it in a weird way 😅