package approach.encoding import kotlin.reflect.KClass sealed interface Encoder { fun encode(models: List, format: KClass): List }