several small errors fix
This commit is contained in:
features
common
common
src
commonMain
kotlin
dev
inmo
postssystem
features
common
common
roles
common
src
commonMain
kotlin
dev
inmo
postssystem
features
roles
common
services/posts
client
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
client
common
src
commonMain
kotlin
dev
inmo
postssystem
services
posts
@ -10,7 +10,6 @@ import kotlinx.serialization.descriptors.*
|
||||
import kotlinx.serialization.encoding.*
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
@Serializer(BinaryContent::class)
|
||||
class BinaryContentSerializer<T: SimpleInputProvider>(
|
||||
private val kClass: KClass<T>,
|
||||
private val serializer: KSerializer<T>
|
||||
|
Reference in New Issue
Block a user