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
Vampire
05/29/2023, 9:31 PM
You might get better response in #serialization eventually