https://kotlinlang.org logo
a

apatrida

08/23/2016, 12:48 PM
Copy code
val list1: List<FirstType>
val list2: List<SecondType>

class SecondType(val someOfFirst: List<FirstType>)
is it something like that? and then what are you wanting to de/serialize?