create

abstract fun create(type: KType): BinarySerializer<*>?

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