Chris Fillmore
09/01/2020, 12:18 AM@Serializable
data class MyClass(val myProp: String, private val myPrivateProp: String)
does myPrivateProp
get serialized?Marc Knaup
09/01/2020, 12:50 PMChris Fillmore
09/01/2020, 12:50 PMChris Fillmore
09/01/2020, 12:51 PMMarc Knaup
09/01/2020, 12:52 PM.component2()
, can’t you? 😄Chris Fillmore
09/01/2020, 12:53 PMChris Fillmore
09/01/2020, 12:53 PMMarc Knaup
09/01/2020, 12:55 PMdata
at all)Chris Fillmore
09/01/2020, 12:56 PMChris Fillmore
09/01/2020, 12:59 PMChris Fillmore
09/01/2020, 12:59 PMNick Johnson
09/01/2020, 6:43 PMChris Fillmore
09/01/2020, 6:44 PMNikky
09/03/2020, 12:45 AM