BinaryFormatDeserializableResourceDecoder

基于 kotlinx.serialization 中的 StringFormat 所实现的抽象 DeserializableResourceDecoder.

Constructors

Functions

Link copied to clipboard
open override fun <T> decode(inputStream: InputStream, deserializer: DeserializationStrategy<T>): T

提供数据输入流和deserializer, 解析为目标类型。

Properties

Link copied to clipboard
abstract override val format: BinaryFormat

使用的format。

Inheritors