Skip to content

bloqade.analog.task.batch.Serializable

← Module overview

classSerializablesource

bloqade.analog.task.batch.Serializable

class Serializable

methodjsonsource

bloqade.analog.task.batch.Serializable.json

def json(**options={}) -> str

Serialize the object to JSON string.

Parameters

NameTypeDefaultDescription
**options—{}

Returns

str

Return

JSON string

source