Property Generator
class PropertyGenerator( val target: TargetProperty, val delegateKey: DelegateKey, val isTransient: Boolean = false)
Content copied to clipboard
Generates functions to encode and decode a property as JSON.
Constructors
Link copied to clipboard
fun PropertyGenerator( target: TargetProperty, delegateKey: DelegateKey, isTransient: Boolean = false)
Content copied to clipboard