Join Slack
Powered by
If I add a primary constructor (`init` block) to a...
# serialization
c
CLOVIS
06/11/2021, 10:52 AM
If I add a primary constructor (
init
block) to a serialized data class, will it be executed on deserialization?
👌 1
CLOVIS
06/11/2021, 11:54 AM
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/basic-serialization.md#basics
CLOVIS
06/11/2021, 11:55 AM
It does, nice.
3
Views
Open in Slack
Previous
Next