I've got a class that I'm serializing to json usin...
# getting-started
y
I've got a class that I'm serializing to json using
kotlinx.serialization
. the class is very complex and I would like to only serialize some of its fields. can I do this efficiently, while avoiding costly intermediate values as much as possible?
v
You might get better response in #serialization eventually