serialize_options

glotaran.parameter.parameter.serialize_options(options: dict[str, Any]) dict[str, Any][source]

Replace options keys with serialized format by attribute names.

Parameters:

options (dict[str, Any]) – The options.

Returns:

The serialized options.

Return type:

dict[str, Any]