in src/smspark/config.py [0:0]
def serialized(self) -> str:
"""Serialize Configuration to string representation for the configuration's filetype."""
serializer = self._data.serializer
serialized_conf: str = serializer(self)
return serialized_conf