Serializable Struct¶ SerializableStruct ¶ Bases: ABC Base struct which can be serialized. serialize() ¶ Serializes the struct to a json string. Returns: Type Description str the struct serialized to a json string.