Skip to content

Serializable Struct

SerializableStruct

Base struct which can be serialized.

__init__()

Initialize a new base struct.

serialize()

Serializes the struct to a json string.

Returns:

Type Description
str

the struct serialized to a json string.