Since Kotlin 1.0 simply mark the field like this to ignore it during de/serialization:
@delegate:Transient
val field by lazy { ... }
Since Kotlin 1.0 simply mark the field like this to ignore it during de/serialization:
@delegate:Transient
val field by lazy { ... }