thana
03/10/2020, 10:21 AMMap<KClass<out SomeClass>, KSerialzier<out SomeClass>
is there a way to make sure both generic types refer to the same type analogous to java e.g. https://www.informit.com/articles/article.aspx?p=2861454&seqNum=8Fleshgrinder
03/10/2020, 10:24 AMinterface HeteroMap<T : Any> : Map<KClass<T>, KSerialzier<T>>
thana
03/10/2020, 10:25 AM