Is there a list of built-in serializers anywhere? ...
# serialization
s
Is there a list of built-in serializers anywhere? I’ve looked in
commonMain
at the built-ins there, but there are some other types that the IDE isn’t complaining about, like
java.nio.Path
.
d
There are builtin serializers for primitives and kotlin collections. That's about it.
s
Any idea why
java.nio.Path
is serializable?
Nevermind, seems to be a bug.