ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
def serialize_datetime(v: dt.datetime) -> str
class EventSerializer(JSONEncoder)
@staticmethod def is_js_safe_integer(value: int) -> bool
def serialize_to_str(input_data: Any) -> str
def convert_to_string_dict(input_: dict) -> dict[str, str]
def convert_time_delta_to_ns(time_delta: dt.timedelta) -> int
Was this page helpful?