get_serializer_formats
Returns a list of available serializer formats, loading them from the internal registry if they have not yet been initialized.
def get_serializer_formats() - > list
Retrieves a list of all available serializer format identifiers. This function ensures that serializer plugins are loaded into the internal registry before returning the supported format keys.
Returns
| Type | Description |
|---|---|
list | A list of strings representing the supported serialization formats, such as 'json', 'xml', or 'yaml'. |