Skip to main content
Version: 25.1

snorkelflow.rich_docs.Serializable

class snorkelflow.rich_docs.Serializable

Bases: ABC

Interface for types that have a custom serialization / deserialization function.

__init__

__init__()

Methods

__init__()

deserialize(serialized)

rtype:

Any

serialize()

rtype:

str

deserialize

abstract classmethod deserialize(serialized)

Return type

Any

serialize

abstract serialize()

Return type

str