Well I opened a issue on GSON. It does not seriali...
# announcements
g
Well I opened a issue on GSON. It does not serialize my objects correctly: https://github.com/google/gson/issues/1524
j
Gson is dead. Migrate to Moshi or kotlinx.serialization or Jackson.
m
Note that Jackson doesn’t support inline classes yet either. Because of what gets generated, it’s not an easy problem.