Home
last modified time | relevance | path

Searched refs:NestedBaseSerializable (Results 1 – 4 of 4) sorted by relevance

/appfunctions/appfunctions-compiler/src/test/test-data/input/
DNestedDerivedSerializable.KT6 open class NestedBaseSerializable( class
8 open val nestedBase: NestedBaseSerializable?,
14 override val nestedBase: NestedBaseSerializable?,
16 ) : NestedBaseSerializable(stringBaseName, nestedBase) {}
21 override val nestedBase: NestedBaseSerializable?,
/appfunctions/appfunctions-compiler/src/test/test-data/output/
D$NestedBaseSerializableFactory.KT8 …c class `$NestedBaseSerializableFactory` : AppFunctionSerializableFactory<NestedBaseSerializable> {
9 override fun fromAppFunctionData(appFunctionData: AppFunctionData): NestedBaseSerializable { in fromAppFunctionData()
14 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData()
19 val resultNestedBaseSerializable = NestedBaseSerializable(stringBaseName, nestedBase) in fromAppFunctionData()
23 override fun toAppFunctionData(appFunctionSerializable: NestedBaseSerializable): AppFunctionData { in toAppFunctionData()
D$NonNestedChildSerializableFactory.KT14 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData()
D$NestedDerivedSerializableFactory.KT15 var nestedBase: NestedBaseSerializable? = null in fromAppFunctionData()