Also, what’s the roadmap for missing native target...
# serialization
r
Also, what’s the roadmap for missing native targets? I see some new ones have been added, but the androidNative and linuxMips ones still aren’t present.
s
We add them per user requests. No one asked for them yet, if you need them for some reason, you can file an issue or submit a PR
r
Don't have a specific need currently, but I've been prototyping an integration with Multiplatform Settings, and because that library builds common code to all platforms, I have to suppress the ones that don't exist in Serialization. Pretty unlikely to matter to my users though because I don't have implementations currently on those platforms, just interfaces that users would need to implement themselves.