How can you specify the serializer class with `Met...
# serialization
h
How can you specify the serializer class with
MetaSerializable
?
Copy code
@ExperimentalSerializationApi
@MetaSerializable(with = BinarySerializer::class)
public annotation class BCD(val length: Int)
Okay, according to the issue, this is not planned: https://github.com/Kotlin/kotlinx.serialization/issues/2184