caelum19
12/27/2020, 10:07 PMobject
that is quite useful to access statically and dynamically. It has some nested properties and classes, and I am currently serializing it with kotlinx.serialization to save it when the application closes. However for loading, Kotlin does not allow me to assign the object with =, is there a way to assign it anyway or another way to do this? The object again has nested objects inside it, so manually setting each property is a solution I would rather avoid 🙂Nir
12/27/2020, 10:42 PMcaelum19
12/27/2020, 11:00 PMcaelum19
12/27/2020, 11:01 PMval
keyword thoughFunkyMuse
12/27/2020, 11:11 PMNir
12/27/2020, 11:25 PMNir
12/27/2020, 11:26 PMNir
12/27/2020, 11:26 PMcaelum19
12/27/2020, 11:39 PMcaelum19
12/27/2020, 11:41 PMNir
12/28/2020, 12:28 AMNir
12/28/2020, 12:29 AMNir
12/28/2020, 12:30 AMNir
12/28/2020, 12:30 AMNir
12/28/2020, 12:32 AMScott Whitman
01/01/2021, 11:32 PM