BinarySerializerFactory

A factory for creating BinarySerializer instances based on a given KType.

Functions

Link copied to clipboard
abstract fun create(type: KType): BinarySerializer<*>?

Creates a BinarySerializer for the given type, or null if this factory does not support the type.