ghedeon
02/01/2019, 10:56 PM@Serializable(with = FooSerializer::class)
val names: List<Foo>
Works only if I define FooSerializer: KSerializer<List<Foo>>
. I'm wondering if I can define only FooSerializer: KSerializer<Foo>
and let the kotlin to deal with collections.max.cruz
02/01/2019, 11:04 PMghedeon
02/01/2019, 11:05 PMmax.cruz
02/01/2019, 11:33 PM