Another question (everything is working, but I want to make it more foolproof. I am serializing a double-linked tree (parent references children and children reference parent, so after deserialization I have to run a function to "attach" children to the partent. Currently I just use a serialization wrapper that does it after deserialization. Is there a better way? Some time ago I asked aboud after-deserialization-hooks and there were not any. Are there any changes?
t
turansky
04/12/2020, 12:33 AM
Do you use
ktor
?
a
altavir
04/12/2020, 6:09 AM
Not in this case. I am talking about basic library capabilities.
altavir
04/12/2020, 11:36 AM
There seem to be even more problems with ktor since I can't run attach action after deserialization...