Skip to content

bloqade.core.device.task.KernelSerializer

← Module overview

classKernelSerializersource

bloqade.core.device.task.KernelSerializer

Bases: Protocol

Structural interface for kernel serializers.

class KernelSerializer

methodencodesource

bloqade.core.device.task.KernelSerializer.encode

def encode(encoded_module: Any, /) -> str | bytes

Encode a Kirin serialization module for Program.content.

Parameters

NameTypeDescription
encoded_moduleAny

Returns

str | bytes

source